-
As developers of the TC
we need to be able to anonymize candidate data
so that it can be shared with external parties without disclosing private candidate information.
See Talent-Catalog/talentcatalo…
-
I am getting an exception with the SslBundles not being able to load the keystore. This worked fine with Spring Boot 3.3.6 (and previous levels). The file `key.jks` is in my current directory, from wh…
-
## Premise
1. `org.springframework.experimental:spring-aot` Repository: https://github.com/spring-attic/spring-native : EOL
2. `org.springframework.experimental:spring-aot` Repository: https://git…
-
The following repositories are using Dekorate to run the tests in OCP 3.11 and in K8s (using Helm):
- https://github.com/snowdrop/cache-example
- https://github.com/snowdrop/circuit-breaker-example
…
-
We need to get rid of Authenticator component and to switch to something generic like Spring Security.
There is a need to support the following authentication methods:
- Local user (Local databas…
-
建议同时采用聚合和继承,使用`` 管理 `spring-boot-dependencies`,这样可以更方便的管理 SpringBoot 版本,也方便约束一些其它包(比如 `mybatis-plus-boot-starter` )的版本,
比如`/spring-boot-examples/pom.xml`:
```xml
4.0.0
com.example
…
-
```
D:\Workbench\repo\git\github\zpng\spring-cloud-microservice-examples>mvn clean package
[INFO] Scanning for projects...
Downloading: http://repo.spring.io/libs-snapshot-local/org/springframework…
-
I created a Spring Boot application with `activiti-spring-boot-starter` dependency to try the examples.
However, when I run this application, it says `a bean of type 'org.activiti.api.process.runti…
-
### Detailed description
When using the `files` feature in Score, it is often useful to embed placeholders. Unfortunately, the placeholder syntax in Score `${...}` is very commonly used and so can …
-
I can't find documentation on implementation, usage examples, config options and proper socketio shutdown (to prevent memory leaks) in java spring boot app. Where is it?