xieb
2023-12-06 a0a3f1a9aadc87da623dfd4545059df3e6419e96
配置
3 files modified
8 ■■■■ changed files
pom.xml 2 ●●● patch | view | raw | blame | history
src/main/resources/application-dev.yml 4 ●●●● patch | view | raw | blame | history
src/main/resources/application.yml 2 ●●● patch | view | raw | blame | history
pom.xml
@@ -5,7 +5,7 @@
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.springblade</groupId>
    <artifactId>BladeX-Boot</artifactId>
    <artifactId>zttj-java-boot</artifactId>
    <packaging>jar</packaging>
    <version>3.2.0.RELEASE</version>
src/main/resources/application-dev.yml
@@ -13,9 +13,9 @@
    #  commandTimeout: 5000
  datasource:
    # MySql
    url: jdbc:mysql://localhost:3306/bladex_boot?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
    url: jdbc:mysql://182.106.212.58:3308/ztzh?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
    username: root
    password: root
    password: yshb@123
    # PostgreSQL
    #url: jdbc:postgresql://127.0.0.1:5432/bladex_boot
    #username: postgres
src/main/resources/application.yml
@@ -184,7 +184,7 @@
    single-level: all
    #token签名
    #使用 @org.springblade.test.SignKeyGenerator 获取
    sign-key: 请配置32位签名
    sign-key: whV66U6lNblFr51BHS2AO99mDyDW6ZdV
  #redis序列化方式
  redis:
    serializer-type: protostuff