mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 01:25:28 +08:00
代码整理
This commit is contained in:
parent
27b10d2292
commit
b2ef1fffc7
@ -1,7 +1,7 @@
|
||||
# dubbo
|
||||
dubbo:
|
||||
protocol:
|
||||
name: tri
|
||||
name: dubbo
|
||||
port: 20881
|
||||
application:
|
||||
qos-enable: false
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# dubbo
|
||||
dubbo:
|
||||
protocol:
|
||||
name: tri
|
||||
name: dubbo
|
||||
port: 20881
|
||||
application:
|
||||
qos-enable: false
|
||||
|
||||
@ -9,7 +9,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
*
|
||||
* @author WeiHongBin
|
||||
*/
|
||||
@EnableDubbo
|
||||
@EnableDubbo(scanBasePackages = {"org.dromara.system.saas.dubbo"})
|
||||
@SpringBootApplication(scanBasePackages = {"org.dromara"})
|
||||
public class MallH5Application {
|
||||
|
||||
|
||||
@ -152,7 +152,7 @@ mybatis-plus:
|
||||
# dubbo
|
||||
dubbo:
|
||||
protocol:
|
||||
name: tri
|
||||
name: dubbo
|
||||
port: 20880
|
||||
application:
|
||||
qos-enable: false
|
||||
|
||||
@ -106,7 +106,7 @@ security:
|
||||
# dubbo
|
||||
dubbo:
|
||||
protocol:
|
||||
name: tri
|
||||
name: dubbo
|
||||
port: 20880
|
||||
application:
|
||||
qos-enable: false
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
dubbo:
|
||||
config:
|
||||
protocol:
|
||||
name: tri
|
||||
name: dubbo
|
||||
port: 20880
|
||||
application:
|
||||
qos-enable: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user