feat():增加协议解析模块
parent
82ec79ccaf
commit
76440e1c98
|
@ -11,6 +11,10 @@
|
|||
|
||||
<artifactId>cloud-modules-template</artifactId>
|
||||
|
||||
<description>
|
||||
cloud-modules-template 协议解析模块
|
||||
</description>
|
||||
|
||||
<dependencies>
|
||||
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue