Commit 95b267b5 authored by xfxmcy's avatar xfxmcy

修复 readMe

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