Spring Boot Quick Start 25 - Using application properties

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

you helped me in my interview a alot, i had no idea of spring but you helped me understand it even more better

tonykanyingah
Автор

Please add more tutorials like this. You explains everything so clearly! Best as always!

lovishtayal
Автор

Stilll suprised, that it can be so easy to understand, very well explained

akshayrawat
Автор

As always amazing . Thank you, Koushik!

Lesnoybolvan
Автор

You have done an excellent job at breaking down things and explaining every component. Keep up the good work :)

rohitspeaksout
Автор

As always, crystal clear. You rock sir !!

swapnilc
Автор

Really great work.you make my spring boot easy.thanks a lot

sagarpatil
Автор

Thank you very much. you are the best.

TheGuroguro
Автор

Awesome
I wanted to know how to change the port number and got it

murtuza.chawala
Автор

isnt there any corresponding class for that properties file in the application ? i guess it is a must cos spring framework models this file with a class .am i right ?OR are we creating that model for our custom properties file?

askiner
Автор

Hi Sir, can we replace Embedded tomcat with Jboss or some other application server by updating configuration in application.properties file? if yes please add a comment . Thanks in advance and thanks for all your tutorials, you made our life easier.

vinodkumarganginani
Автор

here is one problem, I am only able to autowire and get values from controlller but in other classes it makes a null object with autowiring, and i am not able to access values, is there any solution for that ??any suggestion

utkarshgoswami
Автор

how can I keep properties file in tomcat folders rather than within my application. I am using jenkins to deploy the war in tomcat. my code is on github. i do not want to make my properties file public. it has the database configs.

ratikantapradhan
Автор

Hi. I have a problem with dates. What is the right configuration in application.properties for time zone Santiago of Chile. I have this error: The server time zone value 'Hora est. Sudamérica Pacífico' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specific time zone value if you want to utilize time zone support.

alexchile
Автор

How can I set those properties from the command line arguments?

sergeigrimanov
Автор

I have a Spring boot application A and application named B. SpringBoot B has been added as dependency to Project A, how to access the application.properties of project A from project B

mohammadriyazuddin
Автор

What do you think about use application.yml file? is any advantage over using a common properties file?

fabriciosimoncelli
Автор

How can I receive the request from protocol https. How to configure this in properties file

Ani-qwlu
Автор

What is the right way to add a configuration file, for properties I will be using (not spring properties)

GILLOS
Автор

How do we make application read those properties of email without doing hard coded username or password in the main code ?

priyanshdeshmukh