Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (25 loc) · 700 Bytes

README.md

File metadata and controls

25 lines (25 loc) · 700 Bytes

Spring Study during 🍉⛱️

file structure (initial state)

hello-spring
├── gradle 
   ├── wrapper
├── src //main , test default
   ├── main
      ├── java
         ├── hello
            ├── HelloSpringApplication.java
   ├── resources //properties /
      ├── static
      ├── templates
      ├── application.properties
   ├── test
      ├── java
         ├── hello
            ├── hello_spring
├── build.gradle
├── gradlew
├── gradlew.bat
├── help.md
└── settings.gradle