xiangpei
2025-05-13 570a45947f41bc8ae9e2b0f08acdb296b4bf6099
sql、配置文件redis、mysql链接公司测试服
2个文件已修改
1个文件已添加
52494 ■■■■■ 已修改文件
README.md 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
config/application.yml 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sql/lmk.sql 52479 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
README.md
@@ -144,7 +144,7 @@
- manager-api模块:电商平台的api服务
- store-api模块:商家api服务
- consumer模块:rocketmq消费者服务
- framework模块:可以理解为系统基础模块,里面有一些配置、通用类、工具类。其它模块都会引用framework模块
- framework模块:可以理解为系统基础模块,每个模块的实体类、mapper、service都写这里面。还有有一些配置、通用类、工具类。其它模块都会引用framework模块
# 系统账号
config/application.yml
@@ -29,9 +29,10 @@
    type: redis
  # Redis
  redis:
    host: 127.0.0.1
    host: 42.193.1.25
    port: 6379
#    password: lilishop
    password: ycl2018
    database: 12
    lettuce:
      pool:
        # 连接池最大连接数(使用负值表示没有限制) 默认 8
@@ -60,9 +61,9 @@
      default-datasource:
        type: com.alibaba.druid.pool.DruidDataSource
        driverClassName: com.mysql.cj.jdbc.Driver
        url: jdbc:mysql://127.0.0.1:3306/lilishop?useUnicode=true&characterEncoding=utf-8&useSSL=false&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
        url: jdbc:mysql://42.193.1.25:3306/lilishop?useUnicode=true&characterEncoding=utf-8&useSSL=false&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
        username: root
        password: 123456
        password: 321$YcYl@1970!
        maxActive: 50
        initialSize: 20
        maxWait: 60000
@@ -204,7 +205,7 @@
    #图形验证码有效时间 秒 包含滑块验证码有效时间, 以及验证通过之后,缓存中存储的验证结果有效时间
    effectiveTime: 300
    #水印
    watermark: LILI-SHOP
    watermark: 绿满筐
    #干扰项数量 最大2 默认0
    interfereNum: 1
    #允许误差像素
@@ -242,7 +243,7 @@
  # jwt 细节设定
  jwt-setting:
    # token过期时间(分钟)
    tokenExpireTime: 30
    tokenExpireTime: 360
  # 使用Spring @Cacheable注解失效时间
  cache:
sql/lmk.sql
New file
Diff too large