-
Database
- postgres:
- application.yml
- postgres:
-
Flyway
- Run flyway command as
./gradlew flywayMigrate -Dflyway.user=xxx -Dflyway.password=xxx
- For first run, append
-Dflyway.baselineOnMigrate=true
to set baseline migration
- For first run, append
- Clear database (DELETES EVERYTHING)
./gradlew flywayMigrate -Dflyway.user=xxx -Dflyway.password=xxx -Dflyway.cleanDisabled=false
- Flyway migration is configured to not trigger automatically, it only validates
- So migration command needs to be given manually
- Run flyway command as
-
Remaining (thoughts)
- Update this README.md for proper documentation
- Implement ResponseCrudInfo and ResponsePageInfo
- Also implement RequestMetadata
generated from bibekaryal86/app-skeleton-springboot
-
Notifications
You must be signed in to change notification settings - Fork 0
bibekaryal86/auth-service
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
User Management with Roles and Permissions for Multiple Applications
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published