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.
- 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
- 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!