https://github.com/osaguild/demo
spring boot
https://github.com/osaguild/demo
Last synced: 2 months ago
JSON representation
spring boot
- Host: GitHub
- URL: https://github.com/osaguild/demo
- Owner: osaguild
- Created: 2020-10-18T06:58:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T14:37:01.000Z (over 5 years ago)
- Last Synced: 2025-03-21T13:29:04.189Z (about 1 year ago)
- Language: Kotlin
- Size: 115 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# demo app
[](https://cloud.drone.io/NobuhisaAbe/demo)
### docker上での起動
docker上でnginx,app,mysqlコンテナを構築しappを起動する
```
docker-compose up
```
### local開発環境での起動
docker上でmysqlコンテナを構築
```
docker-compose -f docker-compose-local.yml up -d
```
app起動
```
./gradlew bootRun
```
test
```
./gradlew test
```
lint
```
# Check
./granlew ktlintCheck
# Format(Caution!)
._grandlew ktlintFormat
```
And you can run app from intelliJ IDEA