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: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,9 @@ mvnw clean install
41
41
```
42
42
- Run the client module by running ``SpringSecurityOauth2PasswordJpaImplApplication`` in the client.
43
43
- The API information is found on ``http://localhost:8370/docs/api-app.html``, managed by Spring Rest Doc
44
+
45
+

46
+
44
47
- In case you use IntelliJ, I recommend creating an empty project and importing the API (root) module and client module separately.
45
48
- The client module definitely consumes the API module, but not vice versa.
46
49
@@ -94,7 +97,7 @@ public class CommonDataSourceConfiguration {
94
97
- **Implementation**
95
98
- In fact, the only mandatory settings are 'CustomAuthenticationProvider' and 'CustomUserDetailsServiceFactory'. The rest depend on your specific situation.
0 commit comments