mirror of
https://github.com/mindskip/xzs-mysql.git
synced 2026-08-28 11:07:50 +08:00
update
This commit is contained in:
@@ -3,7 +3,7 @@ spring:
|
||||
host: 101.132.110.182
|
||||
password: 123456
|
||||
datasource:
|
||||
url: jdbc:mysql://101.132.110.182:3306/exam
|
||||
url: jdbc:mysql://101.132.110.182:3306/exam?useSSL=false
|
||||
username: root
|
||||
password: root123
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ spring:
|
||||
redis:
|
||||
host: localhost
|
||||
datasource:
|
||||
url: jdbc:mysql://101.132.110.182:3306/exam
|
||||
url: jdbc:mysql://101.132.110.182:3306/exam?useSSL=false
|
||||
username: root
|
||||
password: root123
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ spring:
|
||||
redis:
|
||||
host: localhost
|
||||
datasource:
|
||||
url: jdbc:mysql://101.132.110.182:3306/exam
|
||||
url: jdbc:mysql://101.132.110.182:3306/exam?useSSL=false
|
||||
username: root
|
||||
password: root123
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
</commentGenerator>
|
||||
|
||||
<!-- jdbc -->
|
||||
<jdbcConnection driverClass="com.mysql.jdbc.Driver" connectionURL="jdbc:mysql://101.132.110.182:3306/exam"
|
||||
<jdbcConnection driverClass="com.mysql.jdbc.Driver" connectionURL="jdbc:mysql://101.132.110.182:3306/exam?useSSL=false"
|
||||
userId="root" password="root123">
|
||||
</jdbcConnection>
|
||||
|
||||
@@ -24,20 +24,20 @@
|
||||
|
||||
<!-- domain -->
|
||||
<javaModelGenerator targetPackage="com.alvis.exam.domain"
|
||||
targetProject="E:\private\exam\source\exam\src\main\java\">
|
||||
targetProject="E:\private\exam-mysql\source\exam\src\main\java\">
|
||||
<property name="enableSubPackages" value="true"/>
|
||||
<property name="trimStrings" value="true"/>
|
||||
</javaModelGenerator>
|
||||
|
||||
<!-- mapper xml -->
|
||||
<sqlMapGenerator targetPackage="mapper"
|
||||
targetProject="E:\private\exam\source\exam\src\main\resources\">
|
||||
targetProject="E:\private\exam-mysql\source\exam\src\main\resources\">
|
||||
<property name="enableSubPackages" value="true"/>
|
||||
</sqlMapGenerator>
|
||||
|
||||
<!-- repository -->
|
||||
<javaClientGenerator type="XMLMAPPER" targetPackage="com.alvis.exam.repository"
|
||||
targetProject="E:\private\exam\source\exam\src\main\java\">
|
||||
targetProject="E:\private\exam-mysql\source\exam\src\main\java\">
|
||||
<property name="enableSubPackages" value="true"/>
|
||||
</javaClientGenerator>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user