Skip to content

oscarjz/spring-boot-ejemplo-api-rest-restTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Login + H2

  • Login
  • H2 Data Base
  • JPA
  • Hibernate
  • Como correr la Aplicacion
  • Postman

Proceso de Registracion, Login y Autorizacion.

spring-boot-security-login-jwt-flow

Base de datos H2

http://localhost:8080/h2-ui

Configure Spring Datasource, JPA, App properties

Open src/main/resources/application.properties

Hibernate ddl auto (create, create-drop, validate, update)

spring.jpa.hibernate.ddl-auto= update

App Properties

bezkoder.app.jwtSecret= bezKoderSecretKey bezkoder.app.jwtExpirationMs= 86400000

# App Properties
bezkoder.app.jwtSecret= bezKoderSecretKey
bezkoder.app.jwtExpirationMs= 86400000

Run Spring Boot application

mvn spring-boot:run

Postman

postman_provincia_test

postman_provincia_buenos_aires

postman_provincia_tucuman

postman_ingresar_usuario

About

spring-boot-ejemplo-api-rest-restTemplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages