feat():增加协议解析模块

dev.event
Number7 2024-09-30 16:37:24 +08:00
parent 82ec79ccaf
commit 76440e1c98
2 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,10 @@
<artifactId>cloud-modules-template</artifactId>
<description>
cloud-modules-template 协议解析模块
</description>
<dependencies>

View File

@ -1,9 +1,9 @@
package com.muyu.server;
import com.muyu.common.security.annotation.EnableMyFeignClients;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* saas
* @author YuPing
@ -11,7 +11,6 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
* @Version 1.0
* @Data 2024-09-28 17:34:31
*/
@SpringBootApplication
@EnableMyFeignClients
public class SaasApplication {