5.0.233
parent
bf3cd0b895
commit
be91bfa5f2
|
@ -52,7 +52,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.kdayun</groupId>
|
<groupId>com.kdayun</groupId>
|
||||||
<artifactId>kdayun-api</artifactId>
|
<artifactId>kdayun-api</artifactId>
|
||||||
<version>1.0.1</version>
|
<version>1.0.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.kdayun</groupId>
|
<groupId>com.kdayun</groupId>
|
||||||
|
@ -88,11 +88,6 @@
|
||||||
<artifactId>kdayun-demo</artifactId>
|
<artifactId>kdayun-demo</artifactId>
|
||||||
<version>1.0.1</version>
|
<version>1.0.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>com.kdayun</groupId>
|
|
||||||
<artifactId>kdayun-api</artifactId>
|
|
||||||
<version>1.0.2</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<defaultGoal>compile</defaultGoal>
|
<defaultGoal>compile</defaultGoal>
|
||||||
|
|
|
@ -2,10 +2,10 @@ spring:
|
||||||
datasource:
|
datasource:
|
||||||
name: druidDataSource
|
name: druidDataSource
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
type: com.alibaba.druid.pool.DruidDataSource
|
||||||
username: zl
|
username: kd
|
||||||
password: zl123456zl
|
password: kd123456
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://127.0.0.1:3706/dev?useSSL=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
url: jdbc:mysql://127.0.0.1:3706/dev?useSSL=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowMultiQueries=true
|
||||||
|
|
||||||
|
|
||||||
# SqlServer (SqlServer DB)
|
# SqlServer (SqlServer DB)
|
||||||
|
|
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
<#include "web/login.ftl"/>
|
Loading…
Reference in New Issue