项目作者: juhahinkula

项目描述 :
Spring Boot CRUD example with Spring security
高级语言: Java
项目地址: git://github.com/juhahinkula/StudentListFinal.git
创建时间: 2016-07-31T16:43:27Z
项目社区:https://github.com/juhahinkula/StudentListFinal

开源协议:MIT License

下载


StudentList

Simple CRUD application made with Spring Boot

  • Spring Boot
  • Spring Security
  • Thymeleaf
  • H2 database
  • Bootstrap

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)

Screenshot

Screenshot