rojaldo / spring-boot-3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install dependencies

./mvnw clean install

Run the application

./mvnw spring-boot:run

Run the tests

./mvnw clean test

Compile the application

./mvnw clean compile

Run mysql with docker

docker run -p 3307:3306 -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql

Run spring boot application with docker tutorial (Dockerfile)

[https://spring.io/guides/topicals/spring-boot-docker/]

Resources for Spring Boot

[https://www.baeldung.com/] [https://www.geeksforgeeks.org/] [https://spring.io/guides] [https://github.com/ThomasVitale/awesome-spring] [https://github.com/stunstunstun/awesome-spring-boot]

About


Languages

Language:HTML 84.3%Language:Java 15.5%Language:Dockerfile 0.2%