This commit is contained in:
2026-08-11 23:11:17 +07:00
parent 14608c3cf5
commit 51b59f4a2e
66 changed files with 2735 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
spring:
datasource:
url: ${DB_URL:jdbc:postgresql://localhost:5432/aplp}
username: ${DB_USERNAME:postgres}
password: ${DB_PASSWORD:Pa55w0rd}
hikari:
maximum-pool-size: ${DB_POOL_SIZE:10}
jpa:
properties:
hibernate:
format_sql: true
show-sql: ${JPA_SHOW_SQL:false}
logging:
level:
com.aplp.backend: DEBUG