Skip to content

Instantly share code, notes, and snippets.

@alexaugustobr
Created April 4, 2025 00:03
Show Gist options
  • Save alexaugustobr/1780e91170c948fb3952a82a7c843081 to your computer and use it in GitHub Desktop.
Save alexaugustobr/1780e91170c948fb3952a82a7c843081 to your computer and use it in GitHub Desktop.
AlgaSensors
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