An open API service indexing awesome lists of open source software.

https://github.com/ubivza/springcrudapp

Simple Spring CRUD learning application
https://github.com/ubivza/springcrudapp

postgresql spring spring-mvc

Last synced: 2 months ago
JSON representation

Simple Spring CRUD learning application

Awesome Lists containing this project

README

          

# springCRUDApp
Library application based on Spring MVC, JDBCTemplate and Postgres, Thymeleaf used to make dynamic view

Application can save people and books to postgres and can assign books to people, show it and release books, also it has pretty simple validation on fields

To run this app you need to install Tomcat Server and add path to Tomcat folder in run configuration

Also you will need local postgres, and fill database.properties.origin file with your own settings

SQL code to create database is in sql folder

Landing

image

Persons page

image

Books page

image