Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Ugravis/springboot_test

Open more actions menu

Repository files navigation

Run projet: ./gradlew bootRun

springboot-test
├─ gradle
│  └─ wrapper
│     ├─ gradle-wrapper.jar
│     └─ gradle-wrapper.properties
├─ gradlew
├─ gradlew.bat
└─ src
   ├─ main
   │  ├─ java
   │  │  └─ com
   │  │     └─ gravis
   │  │        └─ springboot_test
   │  │           ├─ SpringbootTestApplication.java
   │  │           ├─ controller
   │  │           │  └─ UserController.java
   │  │           ├─ dto
   │  │           │  ├─ BaseUserDTO.java
   │  │           │  ├─ UserCreationDTO.java
   │  │           │  └─ UserDTO.java
   │  │           ├─ exception
   │  │           │  ├─ GlobalExceptionHandler.java
   │  │           │  └─ ResourceNotFoundException.java
   │  │           ├─ model
   │  │           │  └─ User.java
   │  │           ├─ repository
   │  │           │  └─ UserRepository.java
   │  │           ├─ service
   │  │           │  ├─ UserService.java
   │  │           │  └─ UserServiceImpl.java
   │  │           └─ util
   │  │              └─ UserMapper.java
   │  └─ resources
   │     ├─ application.properties
   │     ├─ static
   │     └─ templates
   └─ test
      └─ java
         └─ com
            └─ test
               └─ springboot_test
                  └─ SpringbootTestApplicationTests.java

About

My first steps with Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.