feat: add reverse proxy config

This commit is contained in:
guqing
2022-06-09 18:43:57 +08:00
parent 2691a0394d
commit 32c93b5de1
11 changed files with 131 additions and 2 deletions

View File

@@ -33,6 +33,9 @@ dependencies {
compileOnly 'org.springframework.boot:spring-boot-starter-webflux'
annotationProcessor 'io.github.guqing:pluggable-suite:0.0.1-SNAPSHOT'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
}