mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
test: update dubbo deps
This commit is contained in:
@@ -17,6 +17,7 @@ dependencies {
|
||||
implementation("org.apache.dubbo:dubbo-spring-boot-starter:2.7.8")
|
||||
implementation("com.caucho:hessian:4.0.38")
|
||||
implementation("javax.servlet:javax.servlet-api:4.0.1")
|
||||
implementation("com.github.briandilley.jsonrpc4j:jsonrpc4j:1.2.0")
|
||||
implementation("org.eclipse.jetty:jetty-server")
|
||||
implementation("org.eclipse.jetty:jetty-servlet")
|
||||
implementation("commons-io:commons-io:2.19.0")
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -8,7 +8,7 @@ dubbo.scan.base-packages=com.reajason.javaweb.vuldubbo278
|
||||
## dubbo.application.name=${spring.application.name}
|
||||
|
||||
# Dubbo Protocol
|
||||
dubbo.protocol.name=dubbo
|
||||
dubbo.protocol.name=http
|
||||
dubbo.protocol.port=12345
|
||||
|
||||
## Dubbo Registry
|
||||
|
||||
@@ -15,6 +15,8 @@ java {
|
||||
dependencies {
|
||||
implementation("org.springframework.boot:spring-boot-starter")
|
||||
implementation("org.apache.dubbo:dubbo-spring-boot-starter:3.1.5")
|
||||
implementation("org.apache.dubbo.extensions:dubbo-rpc-hessian:1.0.1")
|
||||
implementation("com.caucho:hessian:4.0.66")
|
||||
implementation("javax.servlet:javax.servlet-api:4.0.1")
|
||||
implementation("org.eclipse.jetty:jetty-server")
|
||||
implementation("org.eclipse.jetty:jetty-servlet")
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,14 +1,14 @@
|
||||
# Spring boot application
|
||||
spring.application.name=dubbo-auto-configuration-provider-demo
|
||||
# Base packages to scan Dubbo Component: @org.apache.dubbo.config.annotation.Service
|
||||
dubbo.scan.base-packages=com.reajason.javaweb.vuldubbo315
|
||||
dubbo.scan.base-packages=com.reajason.javaweb.dubbo
|
||||
|
||||
# Dubbo Application
|
||||
## The default value of dubbo.application.name is ${spring.application.name}
|
||||
## dubbo.application.name=${spring.application.name}
|
||||
|
||||
# Dubbo Protocol
|
||||
dubbo.protocol.name=tri
|
||||
dubbo.protocol.name=hessian
|
||||
dubbo.protocol.port=50051
|
||||
|
||||
## Dubbo Registry
|
||||
|
||||
Reference in New Issue
Block a user