Commit 37af8e4
committed
chore: initial modulith project setup with Docker & CI
- add root and subproject Gradle build files (console, iam, migration)
- include Dockerfiles for services and compose.yaml
- configure security, migration, and console application classes
- add IAM and migration components (AuthorizationServerConfig, SecurityConfig, etc.)
- add resources (application.yml, db changelogs, banner)
- set up code style/formatter configs (.editorconfig, Prettier, yamllint, checkstyle)
- add GitHub workflows for linting/formatting and platform CI
- update .gitignore and project settings
- add VSCode launch/settings
- configure project-level settings.gradle.kts and dependencies
- clean up Docker database scripts and keycloak realms1 parent ddb19f8 commit 37af8e4
40 files changed
Lines changed: 1099 additions & 4427 deletions
File tree
- .docker
- database
- keycloak/realm
- .github/workflows
- .vscode
- config/checkstyle
- console
- src
- main
- java/com/workastra/console
- controllers
- resources
- test/java/com/workastra/console
- iam
- src/main
- java/com/workastra/iam
- resources
- migration
- src/main
- java/com/workastra/migration
- resources
- db/changelog
- postgres
- preliquibase
This file was deleted.
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
0 commit comments