티스토리 뷰

1. Using existing Homepage https://start.spring.io/ 

 - Setting Project, Language, spring boot version, and dependency

start.spring.io

 - 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

new Project

 - Choose Spring Initializr

Spring Initializr

 - Choose Type, Language, dependency

 - create Project Automatically

Kotlin Gradle Spring boot created

 

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.

댓글