shiyunteng
2025-04-09 cf55ebf52cb3fa96f1efced495c120dc0c4ecd7b
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 {