kongdeqiang
2025-03-31 b0fd64098134466414d22af52baa823245839070
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 {