MVP done
This commit is contained in:
parent
c1729a629d
commit
ac53f04e0a
27 changed files with 3019 additions and 88 deletions
|
|
@ -2,6 +2,10 @@ spring:
|
|||
application:
|
||||
name: fitpub
|
||||
|
||||
# Default to dev profile if not specified
|
||||
profiles:
|
||||
active: ${SPRING_PROFILES_ACTIVE:dev}
|
||||
|
||||
# Datasource configuration is handled by Testcontainers in dev mode
|
||||
# For production, set these via environment variables:
|
||||
# - SPRING_DATASOURCE_URL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue