A simple blog to practice Spring Boot, ThymeLeaf, Java, Maven, and JUnit.
git clone https://github.com/fatmakahveci/SpringBoot-WebProject.git
cd SpringBoot-WebProject
mvn clean spring-boot:run
- View the index page at
http://localhost:8080/
mvn clean test
- Pull the image from
docker hub
docker pull fatmakhv/springboot:latest
- Run the container
docker run -p 8080:8080 fatmakhv/springboot
- View the index page at
http://localhost:8080/
Its source code is available with the Apache license and contributions are welcome.