About 599,000 results
Open links in new tab
  1. How to customise the Jackson JSON mapper implicitly used by …

    Feb 4, 2015 · I know the question asking for Spring boot, but I believe lot of people looking for how to do this in non Spring boot, like me searching almost whole day. Above Spring 4, there …

  2. Spring Boot configure and use two data sources - Stack Overflow

    How can I configure and use two data sources? For example, here is what I have for the first data source: application.properties #first db spring.datasource.url = [url] …

  3. How to configure port for a Spring Boot application

    How do I configure the TCP/IP port listened on by a Spring Boot application, so it does not use the default port of 8080.

  4. How to configure CORS in a Spring Boot - Stack Overflow

    May 1, 2016 · I use 1.3.3 Spring Boot. The Blog post writes: CORS support will be available in the upcoming Spring Boot 1.3 release, and is already available in the 1.3.0.BUILD-SNAPSHOT …

  5. java - Configuring SSL programatically of a Spring Boot server with ...

    Oct 19, 2023 · I am trying to configure the ssl configuration of a spring boot with a tomcat embedded server. Spring Boot is by default provided with a tomcat. SSL can be configured …

  6. java - How do I configure HikariCP in my Spring Boot app in my ...

    Oct 21, 2014 · I'm trying to set up HikariCP in my Spring Boot (1.2.0.M1) app so I can test using it in place of Tomcat DBCP. I'd like to configure the connection pool in my application.properties …

  7. Configure DataSource programmatically in Spring Boot

    This answer helps because it shows how to use the default spring.datasource properties to define the DataSource. Note that if you want to override only the password, say, then you would need …

  8. java - Failed to configure a DataSource: 'url' attribute is not ...

    Jul 7, 2018 · Spring Boot auto-configuration tries to configure beans automatically based on the dependencies added to the classpath. And because we have a JPA dependency (spring-data …

  9. ssl - Specifying trust store information in spring boot application ...

    Jan 1, 2015 · In order to configure the trust store for HttpClient it largely depends on the HttpClient implementation you use. For instance for RestTemplate by default Spring Boot uses …

  10. How to configure custom context path for Swagger UI in Spring …

    Feb 9, 2025 · I'm using Spring Boot 3.0 with OpenAPI 3.0 (via Springdoc OpenAPI) in my application, and I need to change the default context path of the application, as well as …