Spring Boot CRUD example with Spring security
Simple CRUD application made with Spring Boot
Usage:
1) Clone the project git clone https://github.com/juhahinkula/StudentListFinal.git
2) run the following command in a terminal window (in the complete) directory:./mvnw spring-boot:run
3) Navigate to localhost:8080
If using Eclipse, you can also run the project in the following way:
1) Eclipse: File -> Import -> Maven -> Existing Maven Projects
2) Run
3) Navigate to localhost:8080
Application contains two demo users:
user/user (role=USER)
admin/admin (role=ADMIN)