做个笔记
bin/setclasspath.sh
在所有代码之前添加
export JAVA_OPTS="-Duser.timezone=GMT"
或在启动脚本中
vim /etc/init.d/tomcat
export JAVA_OPTS="-Duser.timezone=GMT+8:00" 或 export JAVA_OPTS="-Duser.timezone=GMT+8"
启动单个jar包也可以
java -Duser.timezone=GMT+8 -jar
做个笔记
bin/setclasspath.sh
在所有代码之前添加
export JAVA_OPTS="-Duser.timezone=GMT"
或在启动脚本中
vim /etc/init.d/tomcat
export JAVA_OPTS="-Duser.timezone=GMT+8:00" 或 export JAVA_OPTS="-Duser.timezone=GMT+8"
启动单个jar包也可以
java -Duser.timezone=GMT+8 -jar