Browse Source

家里版本更换

anderx 6 years ago
parent
commit
4ded5f65c2

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

@@ -1,13 +1,13 @@
 #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\://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.url=jdbc:mysql://101.37.32.31:3306/aft?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
+jdbc.username=root
+jdbc.password=aftdev
 #\u68c0\u6d4b\u6570\u636e\u5e93\u94fe\u63a5\u662f\u5426\u6709\u6548\uff0c\u5fc5\u987b\u914d\u7f6e
 jdbc.validationQuery=SELECT 'x'
 #\u521d\u59cb\u8fde\u63a5\u6570
@@ -45,8 +45,8 @@ logging.level.com.goafanti=DEBUG
 jedis.host=localhost
 jedis.port=6379
 jedis.timeout=5000
-jedis.password=aft123456
-
+#jedis.password=aft123456
+jedis.password=hqa103146
 pwd.hash_algorithm_name=md5
 pwd.hash_iterations=2
 

+ 1 - 3
src/main/resources/spring-context-4.0.xsd

@@ -471,9 +471,7 @@
 				<xsd:extension base="beans:identifiedType">
 					<xsd:attribute name="agent-id" type="xsd:string">
 						<xsd:annotation>
-							<xsd:documentation><![CDATA[
-	The agent id of the target MBeanServer, if any.
-							]]></xsd:documentation>
+							<xsd:documentation><![CDATA[ The agent id of the target MBeanServer, if any. ]]></xsd:documentation>
 						</xsd:annotation>
 					</xsd:attribute>
 				</xsd:extension>