spring-boot-2 Questions
2
Solved
In Spring Boot 2 application I have configured Log4j2 with JsonLayout like below
....
<Appenders>
<Console name="ConsoleJSONAppender" target="SYSTEM_OUT">
<JsonLayout complete=...
Limber asked 5/5, 2020 at 18:36
3
I'm facing an issue on only one platform when I'm trying to execute mvn clean install. As part of the build we compile multiple component and last we execute functional testing using wiremock. It i...
Nildanile asked 22/3, 2021 at 6:32
4
Solved
Application was working correctly with version 2.2.6 but as the application is upgraded to latest version of spring boot 2.3.0 it stopped working and fails during startup.
2020-05-20T08:43:04.408+0...
Pallua asked 20/5, 2020 at 8:24
0
I am trying to expose the Kafka producer data to actuator/Prometheus but unfortunately not working with spring boot 2.2.6 and Kafka 2.3.7(auto-configured).
Relevant code:
@Autowired
private KafkaTe...
Thundershower asked 7/7, 2022 at 14:50
4
When I change a thymeleaf .html file residing inside /templates , I expect the browser to automatically reload the page. I have the live reload plugin installed and its able to do a handshake with ...
Chuck asked 7/10, 2019 at 18:44
5
Solved
With Spring Boot 1.5.6.RELEASE I was able to send HTTP Status code 401 instead of 403 as described in How let spring security response unauthorized(http 401 code) if requesting uri without authenti...
Onomatology asked 12/3, 2018 at 17:40
2
Solved
I have been using mvn spring-boot:run command with -Dspring-boot.run.arguments to pass arguments/variables to our spring-boot application, ex:
mvn spring-boot:run -Dspring-boot.run.arguments=--jwt....
Pirate asked 16/7, 2020 at 11:12
1
What is the difference between "hikaricp.connections." and "jdbc.connections." meter names? I have a Spring Boot 2 application that is defaulting to the Hikari connection pool mechanism and I am tr...
Melvamelvena asked 23/1, 2020 at 13:8
1
I am using spring boot 2.3.2. With help of actuator, publishing the application metrics to metrics console. I would like to know what is the difference between system.cpu.usage and process.cpu.usag...
Beggarly asked 25/11, 2020 at 15:26
2
Solved
Context and question
I'm trying to configure EHCache with Hibernate in Spring Boot 2.2, but it seems I'm doing something wrong.
I've looked at several tutorials and SO questions but didn't find so...
Agrapha asked 10/1, 2020 at 9:48
1
Solved
I need quick guidance to create two relational datasources in Spring Boot Batch project. One is Oracle as a Source DB and Other is Postgres Target DB.
Spring Boot V2.2.5.RELEADE
Spring Boot Version...
Franklin asked 22/6, 2020 at 9:5
1
© 2022 - 2024 — McMap. All rights reserved.