Browse Source

还原配置

dzl 2 years ago
parent
commit
83c803107e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      common/src/main/resources/config/framework/database.properties

+ 2 - 1
common/src/main/resources/config/framework/database.properties

@@ -37,7 +37,8 @@ hibernate.jdbc.batch_size 10
 #hibernate.connection.password xmadage
 
 jdbc.driver=com.mysql.jdbc.Driver
-jdbc.url=jdbc:mysql://192.168.200.90:3306/syd?characterEncoding=utf8&useUnicode=true
+#jdbc.url=jdbc:mysql://192.168.200.90:3306/syd?characterEncoding=utf8&useUnicode=true
+jdbc.url=jdbc:mysql://localhost:3306/syd?characterEncoding=utf8&useUnicode=true
 jdbc.username=root
 jdbc.password=root
 hibernate.dialect=org.hibernate.dialect.MySQLDialect