Commit a1b4ac22 authored by 李丛阳's avatar 李丛阳

Merge branch 'cy' into 'dev'

修复 readMe

See merge request !3
parents a20e01f4 95b267b5
......@@ -5,9 +5,9 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.rcisoft</groupId>
<artifactId>projectArtifact</artifactId>
<version>2.0-SNAPSHOT</version>
<description> education 2.0</description>
<artifactId>91isoft_spbt_project</artifactId>
<version>1.0-SNAPSHOT</version>
<description> 91isoft_spbt_project </description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
......@@ -25,7 +25,7 @@
</dependencies>
<build>
<finalName>projectArtifacture</finalName>
<finalName>91isoft_spbt_project</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>
......
......@@ -3,9 +3,12 @@
`ssh://git@103.249.252.28:10022/wangshujun/91isoft_spbt_project.git`
## 配置 settings.xml
清空`<mirrors></mirrors> `
~~~
<profile>
<mirrors>
</mirrors>
<profiles>
<profile>
<id>nexus</id>
<repositories>
<repository>
......@@ -175,9 +178,7 @@ http://localhost:8084/swagger-ui.html#/ 访问swaggerUI
![swagger](http://learning.91isoft.com:18080/resourceServer/family/upload/mdfiles/95089C91B7B742B5A589156C456AFDDB.png "swagger")
# 91isoft_spbt
## 项目框架简介
## 91isoft_spbt
| 版本 | 组件 | 描述 | 维护人 |
......@@ -190,7 +191,7 @@ http://localhost:8084/swagger-ui.html#/ 访问swaggerUI
| v1.0 | jwt | json web token 身份验证 | cy |
| v1.0 | spring-security | 安全性框架 | cy |
## 编码规范
### 编码规范
| 版本 | 维护人员 | 维护时间 | 主要内容 |
| ------------ | ------------ | ------------ | ------------ |
......@@ -234,19 +235,19 @@ ${basedir}/sql
~~~~
## 模块开发
## 91isoft_spbt_project
| 版本 | 模块 | 描述 | 缺省 | 能否改变状态
| ------------ | ------------ | ------------ |------------ |
| v1.0 | lombok | 分页组件 | 开启 | 否 |
| v1.0 | pageUtil | 分页组件 | 开启 | 否 |
| v1.0 | quartz | 定时任务 | 关闭 | 是 |
| v1.0 | redis | 缓存 | 关闭 | 是 |
| v1.0 | ssl | https | 关闭 | 是 |
| v1.0 | ssl | https | 关闭 | 是 |
| v1.0 | decryptParam | 报文加密 | 关闭 | 是 |
| v1.0 | entityParam | 参数格式验证 | 开启 | 是 |
| v1.0 | swagger2 | 测试工具 | 开启 | 是 |
| v1.0 | swagger2 | 文档 | 开启 | 是 |
| v1.0 | multipleDs | 多数据源 | 关闭 | 是 |
| v1.0 | dbLod | 数据库日志 | 关闭 | 是 |
### redis
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment