본문 바로가기
Dev/Spring Boot

[스프링 부트 개념과 활용] 프로젝트 생성기 및 구조

by dev_jsk 2020. 8. 18.
728x90
반응형

Spring Initializr

https://start.spring.io/

 

Maven 기본 프로젝트 구조와 동일

소스 코드 src/main/java

소스 리소스 src/main/resource

테스트 코드 src/test/java

테스트 리소스 src/test/resource

프로젝트 기본 구조

 

MainApplication 위치

기본 패키지

 

참고

https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-structuring-your-code

 

Spring Boot Reference Documentation

This section goes into more detail about how you should use Spring Boot. It covers topics such as build systems, auto-configuration, and how to run your applications. We also cover some Spring Boot best practices. Although there is nothing particularly spe

docs.spring.io

 

728x90
반응형

댓글