Starting a spring boot project with
spring security starter and spring data, spring starter web and postgresql dependencies.
spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
spring.datasource.url=jdbc:postgresql://localhost:5555/rrrrr
spring.datasource.username=postgres
spring.datasource.password=
server.port=9257
Explanation about jwt token