Spring Boot Spring Security JWT Tutorial Part 1 - Setting project dependencies

Опубликовано: 28 Сентябрь 2024
на канале: CodeWis Technologies by Nuhman Paramban
269
3

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