A Template for future SpringBoot Applications based off the OVS Project
-
Download the zip file from the Github repository (do not clone, you will want a fresh git for your own project)
-
Open the project in your preferred Spring IDE (IntelliJ reccomended).
-
Ensure the java sdk is set up in the IDE as well as being set up as a Maven Project.
-
Start your local MongoDB instance.
-
The IDE should automatically detect the 'Run' class, if not navigate to 'src\main\java\com\springtemplate\sbt' and run SbtApplication.java, this will initialise the build.
-
If the previous steps were successful, a message should be displayed saying 'Application Started in ...'.
-
Open your favourite web browser and go to 'localhost:8080' and you will see a message 'Example Spring Application'.
-
From here you can start setting up your data models, structure of the project and also rename the folders and files that are in the directory to match the project being made.