Skip to content

Commit 2b95df5

Browse files
fix : fix adoc error
1 parent 1bb4722 commit 2b95df5

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ mvnw clean install
4141
```
4242
- Run the client module by running ``SpringSecurityOauth2PasswordJpaImplApplication`` in the client.
4343
- The API information is found on ``http://localhost:8370/docs/api-app.html``, managed by Spring Rest Doc
44+
45+
![img.png](reference/docs/img1.png)
46+
4447
- In case you use IntelliJ, I recommend creating an empty project and importing the API (root) module and client module separately.
4548
- The client module definitely consumes the API module, but not vice versa.
4649
@@ -94,7 +97,7 @@ public class CommonDataSourceConfiguration {
9497
- **Implementation**
9598
- In fact, the only mandatory settings are 'CustomAuthenticationProvider' and 'CustomUserDetailsServiceFactory'. The rest depend on your specific situation.
9699
97-
![img.png](reference/doc/img.png)
100+
![img.png](reference/docs/img.png)
98101
99102
100103
### Running this App with Docker
File renamed without changes.

reference/docs/img1.png

71.3 KB
Loading

0 commit comments

Comments
 (0)