mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-08-01 10:56:04 +00:00
误删启动注解
This commit is contained in:
parent
9b2900bcf2
commit
5a580ececd
@ -21,6 +21,7 @@ import java.util.Map;
|
|||||||
* 报错提醒: 未集成mongo报错,可以打开启动类上面的注释 exclude={MongoAutoConfiguration.class}
|
* 报错提醒: 未集成mongo报错,可以打开启动类上面的注释 exclude={MongoAutoConfiguration.class}
|
||||||
*/
|
*/
|
||||||
@Slf4j
|
@Slf4j
|
||||||
|
@SpringBootApplication
|
||||||
@ImportAutoConfiguration(JustAuthAutoConfiguration.class) // spring boot 3.x justauth 兼容性处理
|
@ImportAutoConfiguration(JustAuthAutoConfiguration.class) // spring boot 3.x justauth 兼容性处理
|
||||||
public class JeecgSystemApplication extends SpringBootServletInitializer {
|
public class JeecgSystemApplication extends SpringBootServletInitializer {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user