spring:
application:
name: wgcloud-server
datasource:
driver-class-name: com.mysql.jdbc.Driver
#提示,如果server和数据库在同一台主机,那么下面url中IP,一般就用localhost即可,不需要用IP
url: jdbc:mysql://localhost:2883/wgcloud?characterEncoding=utf-8&characterSetResults=utf8&autoReconnect=true&useSSL=false&allowMultiQueries=true
username: wgcloud
password: 123456