Spring
ã¾ãã¯å ¬å¼ã«å¾ããâ« https://spring.io/guides/gs/securing-web/pom.xmlã«jpaã¨securityã追å ã <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security<â¦</artifactid></dependency>
å°éå¦æ ¡ã§æãã¦ã¦ãæ°äººãåãã¨ã©ã¼ãåºãã¦ããã®ã§ã¡ã¢ãimport javax.persistence.XXX; ã®ã¨ããã§ãè¦ã¤ããã¾ãããã®ã¨ã©ã¼ãçºçãããã£ã¦ã¿ããããããããããâ« java - Spring Boot - javax Import statements not working correctly - Stack â¦
RestTemplateã®getForObject()ã使ã£ã¦ãJSONãMapã«èªã¿è¾¼ã¾ãããã¨ããããã¨ã©ã¼ãçºçãã¦ãã¾ã£ãã Could not extract response: no suitable HttpMessageConverter found for response type è¦ããã«ãJSONãMapã«å¤æããã®ã«é©ããæ¹æ³ãè¦ã¤ããâ¦