puzhibing
2024-03-11 2b6370e31f46eb49dfea453def3be734745e936c
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"));
    }
}