|
@@ -14,7 +14,7 @@ logging.level.com.macro.mall.portal.dao=debug
|
|
#===logging end===
|
|
#===logging end===
|
|
|
|
|
|
#===datasource start===
|
|
#===datasource start===
|
|
-spring.datasource.url=jdbc:mysql://localhost:3306/mall
|
|
|
|
|
|
+spring.datasource.url=jdbc:mysql://localhost:3306/mall?useUnicode=true&characterEncoding=utf-8
|
|
spring.datasource.username=root
|
|
spring.datasource.username=root
|
|
spring.datasource.password=root
|
|
spring.datasource.password=root
|
|
#===datasource end===
|
|
#===datasource end===
|