10 lines
280 B
INI
10 lines
280 B
INI
spring.application.name=hotel
|
|
|
|
spring.datasource.url=jdbc:sqlite:hotel/data/hotel.sqlite
|
|
spring.datasource.driver-class-name=org.sqlite.JDBC
|
|
|
|
spring.jpa.database-platform=org.hibernate.community.dialect.SQLiteDialect
|
|
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
|
|
spring.jpa.show-sql=true |