Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_spbt_project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王淑君
91isoft_spbt_project
Commits
a1b4ac22
Commit
a1b4ac22
authored
Dec 17, 2018
by
李丛阳
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'cy' into 'dev'
修复 readMe See merge request
!3
parents
a20e01f4
95b267b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
15 deletions
+16
-15
pom.xml
pom.xml
+4
-4
readMe.md
readMe.md
+12
-11
No files found.
pom.xml
View file @
a1b4ac22
...
@@ -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>
projectArtifa
ct
</artifactId>
<artifactId>
91isoft_spbt_proje
ct
</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>
...
...
readMe.md
View file @
a1b4ac22
...
@@ -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


# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment