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
- Host: GitHub
- URL: https://github.com/ubivza/springcrudapp
- Owner: ubivza
- Created: 2023-09-09T17:38:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T11:44:12.000Z (over 2 years ago)
- Last Synced: 2023-09-29T14:25:21.260Z (over 2 years ago)
- Topics: postgresql, spring, spring-mvc
- Language: Java
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

Persons page

Books page
