zrj
2024-06-05 07bcaba29c1f745ad331a84f8a376bf7b297cf0b
blade-auth/src/main/resources/application-dev.yml
@@ -6,14 +6,14 @@
spring:
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://127.0.0.1:3308/jczz_test?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
    url: jdbc:mysql://127.0.0.1:3308/jczz_sso?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
    username: root
    password: root
  redis:
    host: 127.0.0.1
    port: 6379
    password:
    database: 0
    database: 9
    ssl: false
@@ -23,3 +23,10 @@
social:
  enabled: true
  domain: http://127.0.0.1:1888
# oauth2 配置信息
oauth2:
  base:
    authorizeUrl: http://192.168.1.50:1888/api/oauth/authorize
    loginPage: http://192.168.1.50:1888/#/login
    loginProcessingUrl: /oauth/form