diff --git a/src/main/resources/application.properties b/application.properties similarity index 83% rename from src/main/resources/application.properties rename to application.properties index 717bf04..fecc910 100644 --- a/src/main/resources/application.properties +++ b/application.properties @@ -1,13 +1,7 @@ spring.output.ansi.enabled=DETECT server.port = 8000 -spring.jpa.properties.hibernate.hbm2ddl.auto=update -spring.datasource.url=jdbc:sqlite:info.db -spring.datasource.driver-class-name = org.sqlite.JDBC -spring.jpa.database-platform=com.boylegu.springboot_vue.config.SQLiteDialect -spring.jpa.show-sql= true -com.boylegu.paginatio.max-per-page=7 # Log Config log4j.rootCategory=INFO, stdout, file, errorfile diff --git a/frontend/index.html b/frontend/index.html index 08a3e5a..b212984 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,12 +1,71 @@
- + + + + + + + +