https://github.com/nattatorn-dev/spring-boot-tutorial
https://github.com/nattatorn-dev/spring-boot-tutorial
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nattatorn-dev/spring-boot-tutorial
- Owner: nattatorn-dev
- Created: 2021-07-17T10:39:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-17T17:41:01.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T05:38:08.185Z (about 2 months ago)
- Language: Java
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run the Application
```sh
$ ./mvnw spring-boot:run
```### Feature
- Annotations
- Validations
- H2 DataStore
- Lombok#### Mysql
```sh
docker run --name=mysql -e MYSQL_ROOT_PASSWORD=password -e MYSQL_DATABASE=dcbapp -p 3306:3306 -d mysql
```