kongdeqiang
2025-03-11 e6f0a897f1eb0d058ab19032770306be08d784ff
platformx-boot/src/main/java/com/by4cloud/platformx/PlatformxBootApplication.java
@@ -24,7 +24,7 @@
/**
 * @author platformx 单体版本启动器,只需要运行此模块则整个系统启动
 */
@EnableOpenApi(value = "demo", isMicro = false)
@EnableOpenApi(value = "device", isMicro = false)
@EnablePlatformxResourceServer
@SpringBootApplication
public class PlatformxBootApplication {