내가 당면한 문제와 해결방안
스프링부트를 공부하는 여정
한만큼
2019. 2. 9. 14:16
IoC, AOP 등 핵심 개념위주로 공부해보라는 내용
컨테이너와 빈.... 생소한데... 일단 좀 이해가 갔던 설명의 링크 https://limmmee.tistory.com/13
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#getting-started
항상 공식 doc을 봐야한다는 걸 알면서도 쉽사리 엄두를 내지 못했는데. 백기선님의 유투브를 보면서 doc읽는 습관을 따라해보는중.
You can use Spring Boot to create Java applications that can be started by using java -jar
or more traditional war deployments. We also provide a command line tool that runs “spring scripts”.
jar도 되고 war도 된다는데 jar가 되면 뭐가 좋은건지????
아 그렇구나