-
### Description
When everything finally works fine locally, what I do is generate the jars and run docker compose.
After compiling the spring boot .jars and doing
```
docker compose -f docker-…
-
Below is my code.
`import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.Customizer;
import o…
-
Since there is a lack of samples on how to secure microservices and this is the most suggested method, it could be a good idea to implement this type of security for communication between microservice…
ghost updated
10 months ago
-
-
Hi rohitghatol, first of all I would like to say thanks, for this awesome sample.
I am a little confuse about how to implement unit tests for User-Webservice project, for instance, so my question is:…
-
* add production configuration
* write [Deploying to the Cloud](https://github.com/naXa777/spring-cloud-example/blob/master/readme-translations/README.en.md#deploying-to-the-cloud) section in READM…
-
## To do
* make an UVL diagramm for DB
* establish connection to DB PostgreSQL (using Docker or not)
* create JPA repo
* make Entities
[Docker - основы | Java master](https://java-master.com/do…
-
The following method fails to call apply on an subclass aggregate.
```
@Override
public T applyEvent(Event event) {
try {
getClass().getMethod("apply", event.getClass()).invoke…
-
"For Spring Boot 3.2 and later, you should use BaggageField instead of setObservationConvention (?)"
-
**[ismael COULIBALY](https://jira.spring.io/secure/ViewProfile.jspa?name=icoulibaly)** opened **[DATAREDIS-1075](https://jira.spring.io/browse/DATAREDIS-1075?redirect=false)** and commented
Hey guys,…