Merge pull request #8362 from johnA1331/master
BAEL-19827 - Monthly Fix
This commit is contained in:
commit
9a8c7d4a7e
3
apache-cxf/cxf-aegis/README.md
Normal file
3
apache-cxf/cxf-aegis/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Relevant Articles
|
||||
|
||||
- [Introduction to Apache CXF Aegis Data Binding](https://www.baeldung.com/aegis-data-binding-in-apache-cxf)
|
3
apache-cxf/cxf-spring/README.md
Normal file
3
apache-cxf/cxf-spring/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Relevant Articles:
|
||||
|
||||
- [A Guide to Apache CXF with Spring](https://www.baeldung.com/apache-cxf-with-spring)
|
4
apache-olingo/olingo2/README.md
Normal file
4
apache-olingo/olingo2/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
### Relevant Articles:
|
||||
|
||||
- [OData Protocol Guide](https://www.baeldung.com/odata)
|
||||
- [Intro to OData with Olingo](https://www.baeldung.com/olingo)
|
3
bazel/bazelapp/README.md
Normal file
3
bazel/bazelapp/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Relevant Articles:
|
||||
|
||||
- [Building Java Applications with Bazel](https://www.baeldung.com/bazel-build-tool)
|
3
bazel/bazelgreeting/README.md
Normal file
3
bazel/bazelgreeting/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Relevant Articles:
|
||||
|
||||
- [Building Java Applications with Bazel](https://www.baeldung.com/bazel-build-tool)
|
@ -99,3 +99,7 @@ Invokes the CAS Command Line Shell. For a list of commands either use no argumen
|
||||
```bash
|
||||
./build.sh cli
|
||||
```
|
||||
|
||||
### Relevant Articles:
|
||||
|
||||
- [CAS SSO With Spring Security](https://www.baeldung.com/spring-security-cas-sso)
|
||||
|
@ -6,4 +6,6 @@ This module contains articles about advanced topics about multithreading with co
|
||||
|
||||
### Relevant Articles:
|
||||
|
||||
- [Common Concurrency Pitfalls in Java](https://www.baeldung.com/java-common-concurrency-pitfalls)
|
||||
- [Guide to RejectedExecutionHandler](https://www.baeldung.com/java-rejectedexecutionhandler)
|
||||
[[<-- previous]](/core-java-modules/core-java-concurrency-advanced-2)
|
||||
|
3
machine-learning/README.md
Normal file
3
machine-learning/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Relevant Articles:
|
||||
|
||||
- [Introduction to Supervised Learning in Kotlin](https://www.baeldung.com/kotlin-supervised-learning)
|
3
maven-all/maven/custom-rule/README.md
Normal file
3
maven-all/maven/custom-rule/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Relevant Articles:
|
||||
|
||||
- [Maven Enforcer Plugin](https://www.baeldung.com/maven-enforcer-plugin)
|
3
maven-all/versions-maven-plugin/original/README.md
Normal file
3
maven-all/versions-maven-plugin/original/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Relevant Articles:
|
||||
|
||||
- [Use the Latest Version of a Dependency in Maven](https://www.baeldung.com/maven-dependency-latest-version)
|
@ -0,0 +1,3 @@
|
||||
### Relevant Articles:
|
||||
|
||||
- [Implementing The OAuth 2.0 Authorization Framework Using Jakarta EE](https://www.baeldung.com/java-ee-oauth2-implementation)
|
3
oauth2-framework-impl/oauth2-client/README.md
Normal file
3
oauth2-framework-impl/oauth2-client/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Relevant Articles:
|
||||
|
||||
- [Implementing The OAuth 2.0 Authorization Framework Using Jakarta EE](https://www.baeldung.com/java-ee-oauth2-implementation)
|
3
oauth2-framework-impl/oauth2-resource-server/README.md
Normal file
3
oauth2-framework-impl/oauth2-resource-server/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Relevant Articles:
|
||||
|
||||
- [Implementing The OAuth 2.0 Authorization Framework Using Jakarta EE](https://www.baeldung.com/java-ee-oauth2-implementation)
|
@ -0,0 +1,3 @@
|
||||
### Relevant Articles
|
||||
|
||||
- [Unable to Find @SpringBootConfiguration with @DataJpaTest](https://www.baeldung.com/spring-boot-unable-to-find-springbootconfiguration-with-datajpatest)
|
3
spring-boot-config-jpa-error/data-jpa-library/README.md
Normal file
3
spring-boot-config-jpa-error/data-jpa-library/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Relevant Articles:
|
||||
|
||||
- [Unable to Find @SpringBootConfiguration with @DataJpaTest](https://www.baeldung.com/spring-boot-unable-to-find-springbootconfiguration-with-datajpatest)
|
3
spring-boot-runtime/disabling-console-jul/README.md
Normal file
3
spring-boot-runtime/disabling-console-jul/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Relevant Articles:
|
||||
|
||||
- [How to Disable Console Logging in Spring Boot](https://www.baeldung.com/spring-boot-disable-console-logging)
|
3
spring-boot-runtime/disabling-console-log4j2/README.md
Normal file
3
spring-boot-runtime/disabling-console-log4j2/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Relevant Articles:
|
||||
|
||||
- [How to Disable Console Logging in Spring Boot](https://www.baeldung.com/spring-boot-disable-console-logging)
|
3
spring-boot-runtime/disabling-console-logback/README.md
Normal file
3
spring-boot-runtime/disabling-console-logback/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Relevant Articles:
|
||||
|
||||
- [How to Disable Console Logging in Spring Boot](https://www.baeldung.com/spring-boot-disable-console-logging)
|
@ -0,0 +1,3 @@
|
||||
### Relevant Articles
|
||||
|
||||
- [Simple Single Sign-On with Spring Security OAuth2](https://www.baeldung.com/sso-spring-security-oauth2)
|
3
spring-security-sso/spring-security-sso-ui-2/README.md
Normal file
3
spring-security-sso/spring-security-sso-ui-2/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Relevant Articles:
|
||||
|
||||
- [Simple Single Sign-On with Spring Security OAuth2](https://www.baeldung.com/sso-spring-security-oauth2)
|
3
spring-security-sso/spring-security-sso-ui/README.md
Normal file
3
spring-security-sso/spring-security-sso-ui/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Relevant Articles
|
||||
|
||||
- [Simple Single Sign-On with Spring Security OAuth2](https://www.baeldung.com/sso-spring-security-oauth2)
|
Loading…
x
Reference in New Issue
Block a user