https://github.com/danilomeneghel/java-spring-boot
Project in Java Web with Spring-Boot
https://github.com/danilomeneghel/java-spring-boot
bootstrap css java-web maven mysql spring-boot spring-framework spring-security
Last synced: 3 months ago
JSON representation
Project in Java Web with Spring-Boot
- Host: GitHub
- URL: https://github.com/danilomeneghel/java-spring-boot
- Owner: danilomeneghel
- License: mit
- Created: 2018-10-26T16:07:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T02:55:47.000Z (over 6 years ago)
- Last Synced: 2025-03-29T03:41:24.838Z (3 months ago)
- Topics: bootstrap, css, java-web, maven, mysql, spring-boot, spring-framework, spring-security
- Language: HTML
- Homepage: https://java-spring-course.herokuapp.com/
- Size: 990 KB
- Stars: 21
- Watchers: 1
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Course
Course registration project using Java Web with Spring Framework.
Spring much lighter! :)## Features
- CRUD
- ACL
- Validation
- Login
- Responsive## Requirements
- NetBeans 8.2
- Java JDK 1.8
- Apache Tomcat >= 9
- MySql >=5## Tecnologies
- Java
- JPA
- Maven
- Spring
- CSS
- Bootstrap
- MySql## Installation
```
$ 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 -pmysql> 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:
http://localhost:8080/
## Demonstration
https://java-spring-course.herokuapp.com/
- Login
- Username: admin
- Password: admin## Licence
User Registration is licensed under The MIT License (MIT).
## Screenshots







## Model ER

Developed by
Danilo Meneghel
[email protected]
http://danilomeneghel.github.io/