|
@@ -18,7 +18,6 @@ import java.util.TimeZone;
|
|
|
@EnableFeignClients
|
|
|
@MapperScan("com.galaxis.manatee.mapper")
|
|
|
public class ManateeApplication {
|
|
|
-
|
|
|
@PostConstruct
|
|
|
void started() {
|
|
|
TimeZone.setDefault(TimeZone.getTimeZone("Asia/Shanghai"));
|
|
@@ -27,5 +26,4 @@ public class ManateeApplication {
|
|
|
public static void main(String[] args) {
|
|
|
SpringApplication.run(ManateeApplication.class, args);
|
|
|
}
|
|
|
-
|
|
|
}
|