commit | 9c202fcfaca71294ea1213e34e9e1bf7ab9b8722 | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周二 4月 23 14:12:35 2019 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周二 4月 23 14:12:35 2019 +0800 |
tree | 6dbe5839806d85e9198978e6d1b458dc504fbb50 | |
parent | 923349929aa887a15307b29149bf0dd6c7c4ed7f [diff] [blame] |
重构了 jwt , 支持黑名单机制
diff --git a/config/application-devel-pg-local.properties b/config/application-devel-pg-local.properties index 175bb6b..ad1ccb2 100644 --- a/config/application-devel-pg-local.properties +++ b/config/application-devel-pg-local.properties
@@ -7,6 +7,7 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/payapi spring.datasource.username=payapi spring.datasource.password=123456 +database.dbtype=postgresql # Redis settings redis.server=localhost redis.port=6379