Selaa lähdekoodia

本地配置修改

anderx 5 vuotta sitten
vanhempi
commit
a7dcb56adb
2 muutettua tiedostoa jossa 9 lisäystä ja 9 poistoa
  1. 2 2
      pom.xml
  2. 7 7
      src/main/resources/props/config_local.properties

+ 2 - 2
pom.xml

@@ -4,8 +4,8 @@
 
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>com.goafanti</groupId>
-	<artifactId>aft</artifactId>
-	<name>aft</name>
+	<artifactId>jitao-server</artifactId>
+	<name>jitao-server</name>
 
 	<packaging>war</packaging>
 	<version>1.0.0-BUILD-SNAPSHOT</version>

+ 7 - 7
src/main/resources/props/config_local.properties

@@ -1,11 +1,11 @@
 #Driver
-jdbc.driverClassName=com.mysql.jdbc.Driver
-jdbc.url=jdbc:mysql://localhost:3306/aft?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
-jdbc.username=dev
-jdbc.password=123456
-#jdbc.url=jdbc:mysql://101.37.32.31:3306/aft20181217?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
-#jdbc.username=root
-#jdbc.password=aftdev
+#jdbc.driverClassName=com.mysql.jdbc.Driver
+#jdbc.url=jdbc:mysql://localhost:3306/aft?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
+#jdbc.username=dev
+#jdbc.password=123456
+jdbc.url=jdbc:mysql://101.37.32.31:3306/aft?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
+jdbc.username=root
+jdbc.password=aftdev
 jdbc.validationQuery=SELECT 'x'
 jdbc.initialSize=3
 jdbc.maxActive=20