티스토리 뷰
[Spring Boot] How to create new spring boot project with customizing
HarryNam 2019. 8. 28. 08:001. Using existing Homepage https://start.spring.io/
- Setting Project, Language, spring boot version, and dependency

- Click Generate the project to download with .Zip and unzip as folder
- Open folder with Development tool(like IntelliJ, Eclipse)
2. Using IntelliJ
- Go File -> New -> Project

- Choose Spring Initializr

- Choose Type, Language, dependency

- create Project Automatically

And https://mvnrepository.com/artifact/org.springframework/spring-context/4.3.22.RELEASE
Maven Repository: org.springframework » spring-context » 4.3.22.RELEASE
org.springframework spring-context 4.3.22.RELEASE // https://mvnrepository.com/artifact/org.springframework/spring-context compile group: 'org.springframework', name: 'spring-context', version: '4.3.22.RELEASE' // https://mvnrepository.com/artifact/org.spr
mvnrepository.com
This link will useful to search dependency among plugin.
'Architecture > Back-End' 카테고리의 다른 글
[Trouble Shooting] How to solve DataSourceBeanCreationException (0) | 2019.09.13 |
---|---|
[Gradle] Gradle Caching and Builds (0) | 2019.09.10 |
[Jekyll] cannot load Jekyll-include-cache (0) | 2019.09.06 |
[TroubleShooting] runApplication not found (0) | 2019.08.27 |
[TroubleShooting] Deprecated Gradle features (0) | 2019.08.26 |