File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
src/main/java/com/continiousdisappointment/apigw/service Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ dependencyManagement {
2+ imports {
3+ mavenBom(" org.springframework.cloud:spring-cloud-dependencies:2023.0.1" )
4+ }
5+ }
16dependencies {
2- implementation(" org.springframework.cloud:spring-cloud-starter-gateway-mvc" )
37 implementation(" org.springframework.boot:spring-boot-starter-oauth2-resource-server" )
8+ implementation(" org.springframework.cloud:spring-cloud-starter-gateway-mvc" )
9+ implementation(" org.springframework.cloud:spring-cloud-starter-gateway" )
410}
Original file line number Diff line number Diff line change 77import org .springframework .stereotype .Service ;
88import org .springframework .web .client .RestTemplate ;
99
10- import com .continiousdisappointment .user .domain .User ;
10+ import com .continiousdisappointment .apigw .domain .User ;
1111
1212@ Service
1313public class UserService {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ subprojects {
1919 repositories {
2020 mavenCentral()
2121 }
22-
22+
2323 dependencies {
2424 implementation(" org.springframework.boot:spring-boot-starter-web" )
2525 implementation(" org.springframework.boot:spring-boot-starter-actuator" )
Original file line number Diff line number Diff line change 11rootProject.name = " server"
2- include(" api-gw " , " chat" )
2+ include(" apigw " , " chat" )
You can’t perform that action at this time.
0 commit comments