Skip to content

Instantly share code, notes, and snippets.

@alexaugustobr
Created April 3, 2025 23:58
Show Gist options
  • Save alexaugustobr/c8d18d1cb7b27d7e1ec78e1f3f60b41a to your computer and use it in GitHub Desktop.
Save alexaugustobr/c8d18d1cb7b27d7e1ec78e1f3f60b41a to your computer and use it in GitHub Desktop.
AlgaSensors
server:
port: '8082'
spring:
application.name: temperature-monitoring
datasource:
username: sa
url: jdbc:h2:file:~/algasensors-temperature-monitoring-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