Browse Source

【灵山街道】新增:文章栏目curd

master
wxz 2 years ago
committed by luyan
parent
commit
ef953cd30f
  1. 4
      epmet-module/gov-voice/gov-voice-server/pom.xml

4
epmet-module/gov-voice/gov-voice-server/pom.xml

@ -164,8 +164,8 @@
<spring.datasource.druid.url> <spring.datasource.druid.url>
<![CDATA[jdbc:mysql://192.168.1.140:3306/epmet_gov_voice?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> <![CDATA[jdbc:mysql://192.168.1.140:3306/epmet_gov_voice?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]>
</spring.datasource.druid.url> </spring.datasource.druid.url>
<spring.datasource.druid.username>epmet</spring.datasource.druid.username> <spring.datasource.druid.username>root</spring.datasource.druid.username>
<spring.datasource.druid.password>EpmEt_lsjd@@</spring.datasource.druid.password> <spring.datasource.druid.password>root</spring.datasource.druid.password>
<!-- redis配置 --> <!-- redis配置 -->
<spring.redis.index>0</spring.redis.index> <spring.redis.index>0</spring.redis.index>
<spring.redis.host>192.168.1.140</spring.redis.host> <spring.redis.host>192.168.1.140</spring.redis.host>

Loading…
Cancel
Save