添加了微信扫码登录的配置信息
This commit is contained in:
@ -29,7 +29,7 @@ spring.datasource.hikari.validation-timeout = 3000
|
||||
## Spring Data JPA 配置
|
||||
spring.jpa.database = POSTGRESQL
|
||||
spring.jpa.database-platform = org.hibernate.dialect.PostgreSQLDialect
|
||||
spring.jpa.show-sql = false
|
||||
spring.jpa.show-sql = true
|
||||
# 指定 ddl mode (none, validate, create, create-drop, update)
|
||||
spring.jpa.hibernate.ddl-auto = update
|
||||
# 命名策略
|
||||
@ -77,3 +77,10 @@ my.MaxLoginErrorCount = 5
|
||||
|
||||
## 自定义用户登录错误间隔时间(分钟)
|
||||
my.LoginErrorIntervalTime = 60
|
||||
|
||||
# 微信开放平台 appid
|
||||
wx.open.app_id=你的appid
|
||||
# 微信开放平台 appsecret
|
||||
wx.open.app_secret=你的appsecret
|
||||
# 微信开放平台 重定向url
|
||||
wx.open.redirect_url=http://你的服务器名称/api/ucenter/wx/callback
|
||||
|
Reference in New Issue
Block a user