Created
April 4, 2025 00:03
-
-
Save alexaugustobr/1780e91170c948fb3952a82a7c843081 to your computer and use it in GitHub Desktop.
AlgaSensors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server: | |
port: '8080' | |
spring: | |
application: | |
name: device-management | |
datasource: | |
username: sa | |
url: jdbc:h2:file:~/algasensors-device-management-db;CASE_INSENSITIVE_IDENTIFIERS=TRUE; | |
driverClassName: org.h2.Driver | |
password: '123' | |
h2: | |
console: | |
enabled: 'true' | |
settings.web-allow-others: 'true' | |
jpa: | |
database-platform: org.hibernate.dialect.H2Dialect | |
hibernate: | |
ddl-auto: update | |
show-sql: 'true' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment