|
|
|
@ -18,10 +18,10 @@ knife4j:
|
|
|
|
|
locations: classpath:markdown/*
|
|
|
|
|
spring:
|
|
|
|
|
datasource:
|
|
|
|
|
url: jdbc:mysql://localhost:3306/ocr?useUnicode=true&nullCatalogMeansCurrent=true&characterEncoding=UTF-8&characterSetResults=utf8&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true
|
|
|
|
|
url: jdbc:mysql://47.103.213.109:3308/ocr?useUnicode=true&nullCatalogMeansCurrent=true&characterEncoding=UTF-8&characterSetResults=utf8&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true
|
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
|
username: root
|
|
|
|
|
password: qwertyuiop[]
|
|
|
|
|
password: root
|
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
|
druid:
|
|
|
|
|
# 初始连接数
|
|
|
|
|