Skip to content

Work in progress blog website, which I am developing using Spring MVC, power of dynamic pages using thymeleaf, and in database side using hibernate(Spring Jpa) for rapid and secure developement.

Notifications You must be signed in to change notification settings

Jenith-rajlawat/SiteSavvy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringMVC Web Project Using JPA, MVC, MySQL, THYMELEAF, And other trivial apis

Build a Blog Website using SpringMVC, Mysql, JPA and Hibernate.

Requirements

  1. Java - 1.8.x

  2. Maven - 3.x.x

  3. Mysql - 5.x.x

For easy development, suggested IDE SpringToolSuite4.exe

Steps to Setup

1. Clone the application

git clone https://github.com/Jenith-rajlawat/SiteSavvy.git

2. Create Mysql database

create database blogwebsite

3. Change mysql username and password as per your installation

  • open src/main/resources/application.properties

  • change spring.datasource.username and spring.datasource.password as per your mysql installation

4. Build and run the app using maven or directly from SpringToolSuite4.exe


The app will start running at <http://localhost:8080>.

About

Work in progress blog website, which I am developing using Spring MVC, power of dynamic pages using thymeleaf, and in database side using hibernate(Spring Jpa) for rapid and secure developement.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published