zhibing.pu
2024-07-24 47e23cf659d4cc58bc93b44b16e64e82efcfb08d
cloud-server-gateway/src/main/java/cn/mb/cloud/gateway/GatewayApplication.java
@@ -12,7 +12,6 @@
 * @author jason
 * 网关应用
 */
@MBCloudApplication
@ComponentScan({"cn.mb.cloud"})
public class GatewayApplication {
@@ -23,6 +22,6 @@
    @PostConstruct
    void started() {
        TimeZone.setDefault(TimeZone.getTimeZone("GMT+7"));
        TimeZone.setDefault(TimeZone.getTimeZone("GMT+8"));
    }
}