Skip to main content

Questions tagged [spring]

The Spring Framework is an open-source framework for application development on the Java platform. At its core is rich support for component-based architectures, and it currently has over twenty highly integrated modules. For Spring Boot related questions, also include the tag [spring-boot].

0 votes
1 answer
84 views
+100

Hibernate does not find sequence across multiple databases of same server when ddl-auto is set to validate

Environment: Spring Boot version: 3.2.1 with Hibernate-Core 6.4.1.Final Also tested with 3.3.1 with Hibernate-Core 6.5.2.Final Database: MS SQL Server with multiple accessible databases Issue: I have ...
Apodeus's user avatar
  • 33
0 votes
0 answers
53 views
+100

dockerized spring boot error while instantiating MqttClient

Im trying to instantiate MqttClient in my MqttClientService like this public MqttClientService(KipitProperties properties) { String connectionString = String.format("%s://%s:%s",...
Hani Bikdeli's user avatar
0 votes
0 answers
40 views
+100

JDBI Json type column mapping to custom class

I am extremely sorry for posting this large question but I have been struggling with the argument factory and column mapper for too long. MAIN QUESTION: I would like the Argument Factory and Column ...
bigbang's user avatar
  • 17