by Merve Sahin
- bind your Java Models to the client using Thymeleaf
- deal with forms using Rest + make ajax calls
- enhance security with Spring Security
- bind and query your database using Spring Data JPA
- create integration tests with MockMvc
Check whether docker is running:
$ docker info
In case it cannot connect to the Docker daemon, start the service in Linux:
$ sudo service docker start
in Windows powershell:
restart-service *docker*
in MacOS
$ docker-machine start
$ docker build -t spring-boot-workshop .
$ docker run -p 5443:5432 spring-boot-workshop