Commit c6660225 authored by 谢恒's avatar 谢恒

提交代码+前端界面

parent 5c7ae177
...@@ -6,7 +6,7 @@ logging.level.com.hs.admin.dao=debug ...@@ -6,7 +6,7 @@ logging.level.com.hs.admin.dao=debug
#spring.web.resources.static-locations=classpath:/static/ #spring.web.resources.static-locations=classpath:/static/
#db #db
spring.datasource.driver-class-name=org.sqlite.JDBC spring.datasource.driver-class-name=org.sqlite.JDBC
spring.datasource.url=jdbc:sqlite:/usr/local/bin/test.db?date_string_format=yyyy-MM-dd HH:mm:ss spring.datasource.url=jdbc:sqlite::resource:static/sqlite/admin.db?date_string_format=yyyy-MM-dd HH:mm:ss
spring.datasource.username= spring.datasource.username=
spring.datasource.password= spring.datasource.password=
#spring.datasource.url=jdbc:mysql://localhost:3306/xh-test?useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true #spring.datasource.url=jdbc:mysql://localhost:3306/xh-test?useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment