puzhibing
2024-03-04 7e7f901b2172281dc294dfbc67e6ad00625f09f4
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"));
    }
}