A simple CRUD applicattion Spring/Boot Java - Postgres. This includes Back-end Server, Desktop client a Api Rest.
Captures:
Setup
Dependencies (see pom.xml):
MAVEN - JRE - JavaSE-1.7+
spring-context 5.09.RELEASE
spring-jdbc 5.09.RELEASE
spring-boot-starter-web 2.0.5.RELEASE
postgresql 9.5+
gson 2.8.5
...
Initialize the database, for create database an admin user:
Execute script sql --> springsoccer.sql
$ psql -U postgres < springsoccer.sql