# squarebox-mall **Repository Path**: squarebox/squarebox-mall ## Basic Information - **Project Name**: squarebox-mall - **Description**: 方盒商城 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-01-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # squarebox-mall #### 介绍 方盒商城 #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### nacos配置文件 spring: # redis 相关 redis: host: 127.0.0.1 password: # actuator 监控系统健康情况的工具 management: endpoints: web: exposure: include: '*' # mybaits-plus配置 mybatis-plus: # MyBatis Mapper所对应的XML文件位置 mapper-locations: classpath:/mapper/*Mapper.xml global-config: # 关闭MP3.0自带的banner banner: false db-config: # 主键类型 0:数据库ID自增 1.未定义 2.用户输入 3 id_worker 4.uuid 5.id_worker字符串表示 id-type: ID_WORKER # 字段策略 0:"忽略判断",1:"非 NULL 判断"),2:"非空判断" DEFAULT,IGNORED,NOT_EMPTY,NOT_NULL field-strategy: DEFAULT # 默认数据库表下划线命名 table-underline: true configuration: map-underscore-to-camel-case: true