About 50 results
Open links in new tab
  1. 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.

  2. How to access a value defined in the application.properties file in ...

    May 29, 2015 · Spring Boot allows us several methods to provide externalized configurations. You can try using file application.yml or YAML files instead of the property file and provide different property …

  3. 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 builds. …

  4. spring boot .env variables in application.properties

    Jul 20, 2022 · With this example, .env is in the current working directory when the application is run. You can add a path to the file if necessary. [.properties] is telling Spring Boot to treat the file as a Java …

  5. Using env variable in Spring Boot's application.properties

    Feb 21, 2016 · You can use a Spring Boot profile properties file external to the application JAR. This environment-specific file, for instance, application-production.properties, would be deployed to the …

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

    I also had to setup connection to 2 datasources from Spring Boot application, and it was not easy - the solution mentioned in the Spring Boot documentation didn't work.

  7. Read file from resources folder in Spring Boot - Stack Overflow

    Jun 7, 2017 · I'm using Spring Boot and json-schema-validator. I'm trying to read a file called jsonschema.json from the resources folder. I've tried a few different ways but I can't get it to work. …

  8. How to start up spring-boot application via command line?

    I have a spring-boot application which I need to start up by going to the folder directory and start up my web application via command line. I have a class called Application.java and the code insi...

  9. Web server failed to start. Port 8080 was already in use. Spring Boot ...

    Your client application also spring boot application, whats why you have two spring boot application run in 8080 port. Change port one of them or create a standalone java application with main class, put …

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

    Jan 1, 2015 · Specifying trust store information in spring boot application.properties Asked 11 years, 1 month ago Modified 2 years, 3 months ago Viewed 292k times