Skip to content

AndrewNoh/spring-boot-basic-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Default Template Project

This is a basic Spring Boot template project that you can use as a starting point for your own application.

Getting Started

  1. To get started with this project, follow these steps: git clone
https://github.com/your-username/spring-boot-default-template.git
  1. Open the project in your favorite IDE.
  2. Build and run the project using the IDE or the following command:
./gradlew clean
./gradlew bootRun --stacktrace
  1. Open your web browser and navigate to http://localhost:8080/swagger-ui/index.html

Project Structure

This project follows the Domain Driven Design structure:

    └── andrew.backend.app
        ├── domain
        │   ├── admin
        │   │   ├── blame
        │   │   ├── onboarding
        │   │   └── term        
        │   ├── common
        │   │   └── file
        │   └── main
        │       └── account
        └── global
            ├── configuration
            ├── entity
            ├── exceiption
            ├── response
            ├── security
            └── util

The Domain package has the following sub-packages

controller: controller package
model.dto: DTO model package
model.entity: entity model package
model.enums: Enumeration Model Package
model.repository: reference package
service: service package
service.impl: service implementation package

slowly update ing...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages