Skip to content

Instantly share code, notes, and snippets.

@somecuitears
Last active May 8, 2017 12:40
Show Gist options
  • Save somecuitears/c4e3813de7a8407804599e5ff4762a00 to your computer and use it in GitHub Desktop.
Save somecuitears/c4e3813de7a8407804599e5ff4762a00 to your computer and use it in GitHub Desktop.
Spring Boot in IntelliJ

Spring Boot

  1. Create New Project > Spring Initializer
  2. Set Initializer Service URL to https://start.spring.io
  3. Enter Group, Artifact and Type -> Gradle Project
  4. Select Required Dependencies
    • AOP
    • Web
    • JDBC
    • JPA
  5. Import Module dialog will appear check auto-import, use default gradle wrapper then click ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment