djvg · Stack Overflow

Score of 0

1 answer

168 views

How to configure RestClient timeout in Spring Boot 4?

Our existing Java Spring Boot 4 app injects a basic RestClient bean into several classes. The app does not make any other use of HTTP clients. Now I would like to configure the RestClient with some ...

  • reputation score 14854

Score of 1

1 answer

93 views

How does Spring Boot SecurityContextHolder works

I am quite struggling to understand how does even Spring SecurityContextHolder work internally I read too many articles but not able to understand it properly can anybody explain me how does it even ...

  • reputation score 3

Score of 0

1 answer

99 views

Spring Boot cannot find table in Docker database

I have created multiple Spring Boot apps with a database in Docker and it's never been a problem. I can run tests, and run the app and everything works fine. But, I created a new app in IntelliJ ...

  • reputation score 2066

Score of 0

0 answers

89 views

Update join query in Spring Boot

I receive sensors' values, I store the stats, last received and dump a new received list in a dedicated table, before comparing and updating. Structure is, omitting superfluous: SensorStats @Id long ...

  • reputation score 164

Score of -4

0 answers

89 views

Draft versions of entities in spring

For a CMS-like tool I would like to store changes coming in via API into a "draft" version of all effected entities to then build a release workflow where all or selected entites can be ...

  • reputation score 301

Score of -1

0 answers

48 views

WS-Atomic in Spring Boot 4

I know that JEE application servers support WS-Atomic transactions between SOAP services. I'm also familiar with microservices and Sagas. This isn't a discussion about the pros and cons of SOAP+2PC vs....

  • reputation score 1

Score of -4

1 answer

114 views

LSP (Spring Boot language server) [closed]

I use STS 5 (code editor), and when I update my pom.xml, I receive an error message from LSP (Spring Boot language server). Has anyone else experienced this problem? I've already installed some ...

  • reputation score 11

Read the original on stackoverflow.com ↗