2023-10-05 02:55:39 +03:00
|
|
|
|
2023-10-02 02:47:04 +03:00
|
|
|
spring:
|
|
|
|
thymeleaf:
|
|
|
|
cache: false
|
|
|
|
datasource:
|
2023-10-05 02:55:39 +03:00
|
|
|
driverClassName: org.h2.Driver
|
2023-10-02 02:47:04 +03:00
|
|
|
generate-unique-name: false
|
2023-10-05 02:55:39 +03:00
|
|
|
name: marinesco
|
|
|
|
url: jdbc:h2:mem:marinesco
|
|
|
|
username: sa
|
|
|
|
password:
|
|
|
|
jpa:
|
|
|
|
properties:
|
|
|
|
hibernate:
|
|
|
|
database-platform: org.hibernate.dialect.H2Dialect
|
|
|
|
hibernate:
|
|
|
|
ddl-auto: update
|
|
|
|
h2:
|
|
|
|
console:
|
|
|
|
enabled: true
|
|
|
|
path: /h2
|
|
|
|
settings:
|
|
|
|
web-allow-others: true
|
|
|
|
trace: false
|