Commit 0132d400 by Ren Ping

feat:日志输出

1 parent e1647731
......@@ -12,10 +12,10 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
@EnableFeignClients(basePackages = {"com.dituhui.pea.order"})
@EnableJpaAuditing
@EnableTransactionManagement
public class Application {
public class UserApplication {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
SpringApplication.run(UserApplication.class, args);
}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!