时区问题修改
This commit is contained in:
parent
884d9432dd
commit
79cfe4dee3
@ -16,6 +16,7 @@ import org.springframework.context.annotation.ComponentScan;
|
||||
public class RuoYiApplication {
|
||||
public static void main(String[] args) {
|
||||
// System.setProperty("spring.devtools.restart.enabled", "false");
|
||||
System.setProperty("user.timezone", "Etc/GMT-8");
|
||||
SpringApplication.run(RuoYiApplication.class, args);
|
||||
System.out.println("项目启动成功!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user