https://github.com/oun/monjam-example
Monjam Spring example
https://github.com/oun/monjam-example
Last synced: about 1 month ago
JSON representation
Monjam Spring example
- Host: GitHub
- URL: https://github.com/oun/monjam-example
- Owner: oun
- License: apache-2.0
- Created: 2019-07-29T15:47:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T04:56:20.000Z (almost 7 years ago)
- Last Synced: 2025-02-26T09:18:57.902Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monjam Spring-based Example
- Build project ```./gradlew build```
- Start application with profile `data` to initialize database.
- Run migration ```./gradlew monjamMigrate```
- Run rollback ```./gradlew monjamRollback```