-Duser.timezone=GMT+08
nohup java -server -Duser.timezone=GMT+08 -Xms256m -Xmx512m -jar $RUN_NAME >/dev/null 2>&1 &
# 数据库 相关设置
spring:
application:
name: wgcloud-server
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/wgcloud?characterEncoding=utf-8&characterSetResults=utf8&autoReconnect=true&useSSL=false&allowMultiQueries=true
username: root
password: 123456
&useTimezone=true&serverTimezone=GMT%2B8
# 数据库 相关设置
spring:
application:
name: wgcloud-server
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/wgcloud?characterEncoding=utf-8&characterSetResults=utf8&autoReconnect=true&useSSL=false&allowMultiQueries=true&useTimezone=true&serverTimezone=GMT%2B8
username: root
password: 123456