diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 9ea6e96..ff9ee19 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -6,16 +6,19 @@ + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml index c0f880b..c38e1c8 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -1,6 +1,7 @@ - + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index e9a5dc9..5b14a2b 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -7,6 +7,7 @@ diff --git a/.idea/modules.xml b/.idea/modules.xml index 56359f1..8426856 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,6 +2,7 @@ + diff --git a/backGround/src/main/resources/application.properties b/backGround/src/main/resources/application.properties index e69de29..c3208d2 100644 --- a/backGround/src/main/resources/application.properties +++ b/backGround/src/main/resources/application.properties @@ -0,0 +1,9 @@ +spring.datasource.url=jdbc:mysql://127.0.0.1:3306/soft?serverTimezone=GMT%2B8 +spring.datasource.username=root +spring.datasource.password=123456789 +spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver +#spring.datasource.max-idle=10 +#spring.datasource.max-wait=10000 +#spring.datasource.min-idle=5 +#spring.datasource.initial-size=5 + diff --git a/demo/src/main/resources/static/css/SYSFrame1.css b/demo/src/main/resources/static/css/SYSFrame1.css index 02e1e7f..c93fa3e 100644 --- a/demo/src/main/resources/static/css/SYSFrame1.css +++ b/demo/src/main/resources/static/css/SYSFrame1.css @@ -623,7 +623,7 @@ select, textarea, input[type="text"], input[type="password"], input[type="dateti border-color: #438EB9 } .hover-deep-gray:hover, .bg-deep-gray{ - color: #33333; + color:#6C7B8B; background: #DDDDDD!important; border-color: #DEDEDE }