python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Combine REST connection with embedded Mongo integration in test
I'm using SpringBoot 2.6.2 together with flapdoodle 3.2.3 for test.
If I just want to test DB stuff, then @DataMongoTest works finde, because for tests I want to test it with an in-memory database. If...
Lobo
Votes: 0
Answers: 1
Add environment property to @SpringBootTest before application.properties evaluation?
Is it possible to add a "dynamic" property from a class to application.properties before they are evaluated?
I want to achieve the following: find a free port on the system, inject it as pro...

membersound
Votes: 0
Answers: 2
JettyReactiveClient NoClassDefFoundError in tests
Having an enhancement for logging convinience in WebClient we've added jetty reactive client:
public Service () {
SslContextFactory.Client sslContextFactory = new SslContextFactory.Client();...
tarmogoyf
Votes: 0
Answers: 1
How to validate Data in Service Layer?
I've got a problem which I haven't been able to solve.
I am currently building a Rest Api with Spring Boot and I want to validate my User Entity inside of the service layer. I have tried different app...

Chimitsu Nagase
Votes: 0
Answers: 2