When2Meet Clone (API)
- JDK 17 (Eclipse Temurin OpenJDK 17.0.6)
- Make
application-prod.propertiesusingapplication-dev.properties(Update below configurations.)## Database (in-memory or file)# spring.datasource.url=jdbc:h2:mem:test|jdbc:h2:file:/{path}/data# DB user and passwordspring.datasource.username=saspring.datasource.password=spring.jpa.show-sql=true|false# update : local, development only# validate : productionspring.jpa.hibernate.ddl-auto=validate# Hide H2 Consolespring.h2.console.enabled=false## Logging (log level)logging.level.root=warn
- TODO: Docker
- Unlicense (Public Domain)