| | |
| | | session-timeout: 30 |
| | | tomcat.max-threads: 0 |
| | | tomcat.uri-encoding: UTF-8 |
| | | spring.profiles: default |
| | | moral.security.jwt: |
| | | tokenExpirationTime: 15 # Number of minutes |
| | | refreshTokenExpTime: 60 # Minutes |
| | | tokenIssuer: http://monitor.7drlb.com |
| | | tokenSigningKey: xm9EV6Hy5RAFL8EEACIDAwQus |
| | | |
| | | spring: |
| | | thymeleaf: |
| | | cache: false |
| | |
| | | mapper-locations: classpath*:/mapper/*Mapper.xml |
| | | config-location: classpath:/mapper/mybatis-config.xml |
| | | |
| | | spring.profiles: default |
| | | |
| | | moral.security.jwt: |
| | | tokenExpirationTime: 15 # Number of minutes |
| | | refreshTokenExpTime: 60 # Minutes |
| | | tokenIssuer: http://monitor.7drlb.com |
| | | tokenSigningKey: xm9EV6Hy5RAFL8EEACIDAwQus |