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
|
||||||
dubbo:
|
dubbo:
|
||||||
protocol:
|
protocol:
|
||||||
name: tri
|
name: dubbo
|
||||||
port: 20881
|
port: 20881
|
||||||
application:
|
application:
|
||||||
qos-enable: false
|
qos-enable: false
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# dubbo
|
# dubbo
|
||||||
dubbo:
|
dubbo:
|
||||||
protocol:
|
protocol:
|
||||||
name: tri
|
name: dubbo
|
||||||
port: 20881
|
port: 20881
|
||||||
application:
|
application:
|
||||||
qos-enable: false
|
qos-enable: false
|
||||||
|
|||||||
@ -9,7 +9,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|||||||
*
|
*
|
||||||
* @author WeiHongBin
|
* @author WeiHongBin
|
||||||
*/
|
*/
|
||||||
@EnableDubbo
|
@EnableDubbo(scanBasePackages = {"org.dromara.system.saas.dubbo"})
|
||||||
@SpringBootApplication(scanBasePackages = {"org.dromara"})
|
@SpringBootApplication(scanBasePackages = {"org.dromara"})
|
||||||
public class MallH5Application {
|
public class MallH5Application {
|
||||||
|
|
||||||
|
|||||||
@ -152,7 +152,7 @@ mybatis-plus:
|
|||||||
# dubbo
|
# dubbo
|
||||||
dubbo:
|
dubbo:
|
||||||
protocol:
|
protocol:
|
||||||
name: tri
|
name: dubbo
|
||||||
port: 20880
|
port: 20880
|
||||||
application:
|
application:
|
||||||
qos-enable: false
|
qos-enable: false
|
||||||
|
|||||||
@ -106,7 +106,7 @@ security:
|
|||||||
# dubbo
|
# dubbo
|
||||||
dubbo:
|
dubbo:
|
||||||
protocol:
|
protocol:
|
||||||
name: tri
|
name: dubbo
|
||||||
port: 20880
|
port: 20880
|
||||||
application:
|
application:
|
||||||
qos-enable: false
|
qos-enable: false
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
dubbo:
|
dubbo:
|
||||||
config:
|
config:
|
||||||
protocol:
|
protocol:
|
||||||
name: tri
|
name: dubbo
|
||||||
port: 20880
|
port: 20880
|
||||||
application:
|
application:
|
||||||
qos-enable: false
|
qos-enable: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user