https://github.com/lqss11/spring-boot-crud
A simple spring boot project as a crud template.
https://github.com/lqss11/spring-boot-crud
crud-application rest-api spring-boot
Last synced: about 1 month ago
JSON representation
A simple spring boot project as a crud template.
- Host: GitHub
- URL: https://github.com/lqss11/spring-boot-crud
- Owner: LQss11
- Created: 2021-11-01T02:55:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T15:56:11.000Z (about 4 years ago)
- Last Synced: 2025-02-27T03:49:42.704Z (over 1 year ago)
- Topics: crud-application, rest-api, spring-boot
- Language: Java
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-boot-crud
A simple spring boot project as a crud template.
# Quick start
This project is containerized so you need to install docker and docker compose and then you are ready to go.
You will need to run the following commands to test your application:
```sh
docker-compose up --build -d
```
# Access ports:
| App | Port |
| ---------- | -------------------------------- |
| phpmyadmin | [localhost:9081](localhost:9081) |
| tomcat | [localhost:9080](localhost:9080) |
> The username and password of **PHPMYADMIN** are specified in the docker-compose which are root:root