ottobotv2/src/main/resources/application.properties

10 lines
324 B
Properties

spring.jpa.database=H2
spring.datasource.platform=h2
spring.datasource.url=jdbc:h2:mem:
#spring.datasource.username=root
#spring.datasource.password=changeme
spring.jpa.show-sql=true
spring.jpa.generate-ddl=true
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true