Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Enterprise Starter

Opinionated starter for Spring Boot enterprise applications. Sets up the project structure and core configuration so you can focus on business logic from day one.


What's included

  • Multi-module Maven structure
  • Spring Security with JWT authentication
  • Database configuration (ready to connect)
  • Example Postman collection for testing the auth flow

For full details, see the repository wiki.


Getting started

  1. Import the project as a Maven project in your IDE
  2. In the Sec-Auth-Conf module, open mac-application.properties and fill in your database credentials
  3. Run the .sql file in the same folder to set up the initial database schema
  4. Update the Maven project, then clean and build
  5. Run the Spring Boot application from your IDE

A Postman collection with example requests is included in the Sec-Auth-Conf resources folder.

About

Starter for Spring Boot enterprise applications: multi-module structure, Spring Security and JWT authentication.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages