We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`
4.0.0 org.springframework.boot spring-boot-starter-parent 2.6.3 com.learn gateway-center 0.0.1-SNAPSHOT gateway-center gateway-center <java.version>17</java.version> <spring-cloud.version>2021.0.0</spring-cloud.version> org.springframework.cloud spring-cloud-starter-gateway
</dependency> <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-cache -->
<!-- https://mvnrepository.com/artifact/com.github.ben-manes.caffeine/caffeine -->
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> <!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-loadbalancer --> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-loadbalancer</artifactId> <version>3.1.5</version> </dependency> <!-- https://mvnrepository.com/artifact/com.alibaba.cloud/spring-cloud-starter-alibaba-nacos-discovery --> <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId> <version>2021.1</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>${spring-cloud.version}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <excludes> <exclude> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </exclude> </excludes> </configuration> </plugin> </plugins> </build>
Sat Dec 24 14:06:14 CST 2022 [30fbf77c-1] There was an unexpected error (type=Service Unavailable, status=503).
How can I solve this problem?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
`
4.0.0
org.springframework.boot
spring-boot-starter-parent
2.6.3
com.learn
gateway-center
0.0.1-SNAPSHOT
gateway-center
gateway-center
<java.version>17</java.version>
<spring-cloud.version>2021.0.0</spring-cloud.version>
org.springframework.cloud
spring-cloud-starter-gateway
Sat Dec 24 14:06:14 CST 2022
[30fbf77c-1] There was an unexpected error (type=Service Unavailable, status=503).
How can I solve this problem?
The text was updated successfully, but these errors were encountered: