Skip to content

Commit

Permalink
解决mysql profile的jdbc.url转义问题
Browse files Browse the repository at this point in the history
  • Loading branch information
henryyan committed Nov 27, 2015
1 parent 127a566 commit 9e6125a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.kafeitu.demo</groupId>
<artifactId>kft-activiti-demo</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
<packaging>war</packaging>
<name>Activiti demo</name>
<description>activiti demo for version 5.17+</description>
Expand Down Expand Up @@ -566,7 +566,7 @@

<!-- driver configs -->
<jdbc.driver>com.mysql.jdbc.Driver</jdbc.driver>
<jdbc.url>jdbc:mysql://localhost:3306/kad?useUnicode=true&amp;characterEncoding=utf-8</jdbc.url>
<jdbc.url><![CDATA[jdbc:mysql://localhost:3306/kad?useUnicode=true&amp;characterEncoding=utf-8]]></jdbc.url>
<jdbc.username>root</jdbc.username>
<jdbc.password>root</jdbc.password>
<hibernate.dialect>org.hibernate.dialect.MySQL5InnoDBDialect</hibernate.dialect>
Expand Down

0 comments on commit 9e6125a

Please sign in to comment.