Spring-boot
-
-
-
-
Spring Boot -1 : 스프링 부트 프로젝트 만들기Spring-boot 2020. 5. 28. 13:43
mvn package java file - > jar 로 바뀌고 java -jar target/ - 자르 파일을 실행하게됨. 오신기 --------------------------------------------- https://start.spring.io/ 파일이 생긴다. 완전 신기. ------------- class-path : resources 파일 하위를 말하는것 최상위 패키지 바로 아래 application (main 어플리케이션)을 만들어라. 이 main application 하위 만 component scan 이 된다.
-
spring boot - 0 (부트 소개)Spring-boot 2020. 5. 28. 13:26
8. Introducing Spring Boot Spring Boot makes it easy to create stand-alone, production-grade Spring-based Applications that you can run. We take an opinionated view of the Spring platform and third-party libraries, so that you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration. 스프링 부트는 제품(토이가 아니라) 수준의 독립적인 스프링 기반 어플리케이션을 만들때 쉽고 빠르게 만들수있다. opini..