There was an error while loading. Please reload this page.
1 parent 4730692 commit e09007dCopy full SHA for e09007d
auth-server/README.adoc
@@ -237,6 +237,11 @@ public class ClientApplication {
237
}
238
----
239
240
+NOTE: The `ClientApplication` class MUST NOT be created in the same
241
+package (or a sub-package) of the `SocialApplication` class. Otherwise,
242
+Spring will load some `ClientApplication` auto-configurations while
243
+starting the `SocialApplication` server, resulting in startup errors.
244
+
245
The ingredients of the client are a home page (just prints the user's
246
name), and an explicit name for a configuration file (via
247
`spring.config.name=client`). When we run this app it will look for a
0 commit comments