Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 563 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 563 Bytes

Spring Boot 2.7.18

How to settings with Intellij IDEA

  1. Settings → Editor → Code Style → Enable editorconfig support
  2. Import Scheme → Checkstyle configuration → checkstyle.xml in project folder
  3. Install CheckStyle Plugin → Add checkstyle.xml and activate

Why do you need this repository?

You can no longer create a Spring Boot 2 project through Spring Initializr. If you know how to use a docker, you can use the Spring Initializr docker image I shared.