Skip to content

Hacker-007/Spring-Starter-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Spring Starter Template

About

This project is one that assists in quickly generating a new Spring project. It does this by setting all of the essential requirements and allows you to quickly modify settings to your liking.

Feautures

  • Gives you the required project structure to create Spring applications
  • Gives you an integrated test file that is ready to go
  • Starts you off with the settings required for an H2 in memory database and the settings for a MySQL database
  • Easily expandable pom.xml
  • Very little changes required to suit the needs of your project

Use

  • Clone this repository or download project
  • Import the project into your favorite IDE
  • Go through the applications.properties file and make the necessary changes
  • Go to the pom.xml and change the groupId and artifactId
  • If you would like to use a MySQL database, uncomment the lines in the User.java class

You are now ready to go! Happy Coding!

About

A template for future Spring project to make development faster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages