Compare commits
No commits in common. "8b2795d518e3a2d455c9417659be3c5909ac54e2" and "ee1820960e74c6f0425da912673f382c51396a73" have entirely different histories.
8b2795d518
...
ee1820960e
@ -1,6 +1,3 @@
|
|||||||
info:
|
|
||||||
app:
|
|
||||||
version: @project.version@
|
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: portfolio-api
|
name: portfolio-api
|
||||||
@ -14,6 +11,7 @@ spring:
|
|||||||
properties:
|
properties:
|
||||||
hibernate.transaction.jta.platform: org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
|
hibernate.transaction.jta.platform: org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
|
||||||
hibernate:
|
hibernate:
|
||||||
|
dialect: org.hibernate.dialect.H2Dialect
|
||||||
format_sql: true
|
format_sql: true
|
||||||
show-sql: true
|
show-sql: true
|
||||||
|
|
||||||
@ -31,7 +29,7 @@ server:
|
|||||||
port: 8080
|
port: 8080
|
||||||
servlet:
|
servlet:
|
||||||
context-path: /api
|
context-path: /api
|
||||||
forward-headers-strategy: framework
|
|
||||||
---
|
---
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
@ -44,10 +42,7 @@ spring:
|
|||||||
driver-class-name: org.h2.Driver
|
driver-class-name: org.h2.Driver
|
||||||
username: sa
|
username: sa
|
||||||
password:
|
password:
|
||||||
jpa:
|
|
||||||
properties:
|
|
||||||
hibernate:
|
|
||||||
dialect: org.hibernate.dialect.H2Dialect
|
|
||||||
h2:
|
h2:
|
||||||
console:
|
console:
|
||||||
enabled: true
|
enabled: true
|
||||||
@ -65,13 +60,7 @@ spring:
|
|||||||
username: ${DB_USER:postgres}
|
username: ${DB_USER:postgres}
|
||||||
password: ${DB_PASSWORD:postgres}
|
password: ${DB_PASSWORD:postgres}
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
hikari:
|
|
||||||
maximum-pool-size: 3
|
|
||||||
minimum-idle: 1
|
|
||||||
idle-timeout: 30000
|
|
||||||
connection-timeout: 10000
|
|
||||||
leak-detection-threshold: 10000
|
|
||||||
|
|
||||||
jpa:
|
jpa:
|
||||||
hibernate:
|
hibernate:
|
||||||
ddl-auto: update
|
ddl-auto: validate
|
Loading…
x
Reference in New Issue
Block a user