8000 GitHub - rschellius/spring-mvc-library at websockets
[go: up one dir, main page]

Skip to content

rschellius/spring-mvc-library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Worked Example using Spring Boot MVC and Thymeleaf

Forked from https://github.com/kolorobot/spring-boot-thymeleaf.

  • Spring Boot MVC with Maven and Spring IO
  • Thymeleaf templating engine with Java 8 Time (Java8TimeDialect)
  • WebJars
  • Selenium configuration included

Prerequisites

  • JDK 8 and JAVA_HOME environment variable set
  • Maven installed
  • MySql database with library.sql script imported and running on local host
  • Importing the .sql script should provide a user 'spring' with pwd 'test' and access to 'library' database.

Building the project

Clone the repository:

git clone [url to this repo]

Navigate to the newly created folder:

cd spring-boot-thymeleaf

Run the project with:

mvn clean compile spring-boot:run

To package the project into a fat jar run:

mvn clean package

Referenced articles:

About

Spring Boot MVC example of a library for lending books.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0