server.port=8999 driverClassName=org.sqlite.JDBC spring.jpa.database-platform=org.hibernate.community.dialect.SQLiteDialect #url=jdbc:sqlite:memory:myDb?cache=shared url=jdbc:sqlite:src/main/resource/static/db/database.db?cache=shared username= password= hibernate.hbm2ddl.auto=create-drop hibernate.show_sql=true spring.security.user.name=root spring.security.user.password=password spring.security.user.roles=USER