摘要: 1. 启动类继承SpringBootServletInitializer,重写configure方法 1 @SpringBootApplication 2 public class MyApplication extends SpringBootServletInitializer { 3 4 pu 阅读全文
posted @ 2021-06-03 20:21 能量熊 阅读(179) 评论(0) 推荐(0) 编辑