Web/SpringBoot
springboot 패키지 구조, 공식 문서 한글 영어 비교
벨포트조던
2019. 1. 31. 17:40
반응형
https://eomdev.tistory.com/7#recentEntries -- 한글
https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-structuring-your-code.html -- 영어
두개 비교
https://opennote46.tistory.com/124
[스프링부트 전체 doc ]
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-using-the-default-package
여태껏 알아본 결과로는... 스프링부트 패키지 구조는 조금 .. 제한적이다. run 돌리는 부분이 루트패키지를 구조로 가야한다.
반응형