643d181b9d4bd09ed6f67aecf43cd37de582d093
# Conflicts: # src/main/resources/templates/accounts/activate.html # src/main/resources/templates/accounts/new.html # src/main/resources/templates/bootstrap/form.html
Lab Timesheet
Local development
The application targets Java 25 and expects PostgreSQL on
localhost:55432 when the default dev profile is active. Override any local
value with LAB_DB_URL, LAB_DB_USERNAME, LAB_DB_PASSWORD,
LAB_SMTP_HOST, or LAB_SMTP_PORT.
export JAVA_HOME=/opt/homebrew/opt/openjdk@25
export PATH="$JAVA_HOME/bin:$PATH"
./mvnw spring-boot:run
Tests use PostgreSQL 18.4 through Testcontainers and do not use the developer database:
./mvnw test
Every feature test must have a companion Markdown evidence record under
docs/tests.
Languages
Java
81%
HTML
8.7%
PLpgSQL
6.3%
JavaScript
2.3%
CSS
1.5%
Other
0.2%