You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user-webservice/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This application provides the **user** related functionality and serves as one c
6
6
7
7
### Projects that need to be started before
8
8
*[config server](/../../blob/master/config-server/README.md) - For pulling the configuration information
9
-
*[webserver-registry](/../../webservice-registry/README.md) - For starting the Eureka server since the authorization server also is a micro-service that needs to be registered with Eureka server.
9
+
*[webservice-registry](/../../blob/master/webservice-registry/README.md) - For starting the Eureka server since the authorization server also is a micro-service that needs to be registered with Eureka server.
10
10
11
11
### Running the application
12
12
* Build the application by running the `./gradlew clean build` gradle command at the "user-webservice" project root folder on the terminal.
0 commit comments