Skip to content

Commit

Permalink
Update datasource-mysql.xml
Browse files Browse the repository at this point in the history
端口号改为3306
  • Loading branch information
jeff-dong committed Jan 29, 2016
1 parent 64ed682 commit a2b6447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marble-web/src/main/resources/datasource-mysql.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


<bean id="dataSourceMySQL" class="org.apache.commons.dbcp.BasicDataSource">
<property name="url" value="jdbc:mysql://127.0.0.1:3307/marble?allowMultiQueries=true&amp;useUnicode=true&amp;characterEncoding=utf8"/>
<property name="url" value="jdbc:mysql://127.0.0.1:3306/marble?allowMultiQueries=true&amp;useUnicode=true&amp;characterEncoding=utf8"/>
<property name="driverClassName" value="com.mysql.jdbc.Driver"/>
<property name="username" value="root"/>
<property name="password" value="1234"/>
Expand Down

0 comments on commit a2b6447

Please sign in to comment.