Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ywhui/order
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwenhui committed Apr 17, 2019
2 parents 7abf6c4 + d62bbb2 commit 79afd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/spring/applicationContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- 数据源:DB连接配置 -->
<bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource">
<property name="driverClassName" value="com.mysql.jdbc.Driver" />
<property name="url" value="jdbc:mysql://127.168.211.1:3306/order?autoReconnect=true&amp;useUnicode=true&amp;useSSL=true&amp;characterEncoding=UTF-8" />
<property name="url" value="jdbc:mysql://192.168.211.1:3306/order?autoReconnect=true&amp;useUnicode=true&amp;allowPublicKeyRetrieval=true&amp;useSSL=true&amp;characterEncoding=UTF-8" />
<property name="username" value="root" />
<property name="password" value="root" />
</bean>
Expand Down

0 comments on commit 79afd94

Please sign in to comment.