| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Course registration project using Java Web with Spring Framework.
Spring much lighter! :)
$ git clone https://github.com/danilomeneghel/spring-course.git $ cd spring-course
Then create a database with name spring_course in your mysql. You can find database dump in spring_course.sql, import it:
$ mysql -u <your user> -p <your password> mysql> create database `spring_course`; mysql> use `spring_course`; mysql> source spring_course.sql
Then open the file "src/main/resources/application.properties" and enter the data according to the connection of your database.
When the configuration is complete, just type in the terminal "mvn spring-boot: run" and open in your browser the following address:
https://java-spring-course.herokuapp.com/
User Registration is licensed under The MIT License (MIT).
Developed by
Danilo Meneghel
danilo.meneghel@gmail.com
http://danilomeneghel.github.io/
| Back | FazBrowse Home | New Git URL |