- Remove Spring Boot dependencies and annotations. - Implement Jooby MVC controllers and Guice dependency injection. - Migrate persistence layer to Ebean ORM. - Configure Flyway migrations and ApiErrorController. - Update application configuration to HOCON format.
7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
APP_ALLOWED_ORIGINS='http://127.0.0.1:3000, http://localhost:3000'
|
|
|
|
DB_NAME=EXAMPLE_DB
|
|
DB_USER=EXAMPLE
|
|
DB_PASSWORD=SECRET
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=5432 |