Cristian Alejandro Ortiz Solano
@cristianalejandroortizsolano
Cancún, Mexico
@cristianalejandroortizsolano
Cancún, Mexico
Cristian Alejandro Ortiz Solano@cristianalejandroortizsolano
Todo genial, pero como valido el tokent cada vez que intenten hacer una petición
Cristian Alejandro Ortiz Solano@cristianalejandroortizsolano
spring.datasource.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver
spring.datasource.url=jdbc:sqlserver://localhost;databaseName=curso
spring.datasource.password=0590
spring.jpa.properties.hibernate.format_sql = true
spring.datasource.tomcat.max-wait=20000
spring.datasource.tomcat.max-active=50
spring.datasource.tomcat.max-idle=20
spring.datasource.tomcat.min-idle=15
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.SQLServer2012Dialect
spring.jpa.hibernate.ddl-auto = update
Cristian Alejandro Ortiz Solano@cristianalejandroortizsolano
<groupId>[org.springframework.boot](//org.springframework.boot)</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
Cristian Alejandro Ortiz Solano@cristianalejandroortizsolano
<groupId>[org.springframework](//org.springframework)</groupId>
<artifactId>spring-tx</artifactId>
<version>[5.2.9.RELEASE](//5.2.9.RELEASE)</version>
</dependency>
Cristian Alejandro Ortiz Solano@cristianalejandroortizsolano