mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
5.0
This commit is contained in:
7
pom.xml
Normal file → Executable file
7
pom.xml
Normal file → Executable file
@@ -18,6 +18,7 @@
|
||||
<modules>
|
||||
<module>sop-example</module>
|
||||
<module>sop-admin</module>
|
||||
<module>sop-website</module>
|
||||
<module>sop-test</module>
|
||||
<module>sop-sdk</module>
|
||||
<module>sop-gateway</module>
|
||||
@@ -96,6 +97,12 @@
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.alibaba.fastjson2</groupId>
|
||||
<artifactId>fastjson2</artifactId>
|
||||
<version>2.0.52</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>okhttp</artifactId>
|
||||
|
11
sop-admin/sop-admin-backend/pom.xml
Normal file → Executable file
11
sop-admin/sop-admin-backend/pom.xml
Normal file → Executable file
@@ -20,12 +20,11 @@
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
<module>backend-common</module>
|
||||
<module>backend-service</module>
|
||||
<module>backend-dao</module>
|
||||
<module>backend-boot</module>
|
||||
<module>backend-web</module>
|
||||
<module>website-web</module>
|
||||
<module>admin-common</module>
|
||||
<module>admin-service</module>
|
||||
<module>admin-dao</module>
|
||||
<module>admin-boot</module>
|
||||
<module>admin-web</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
|
22
sop-admin/sop-admin-backend/website-web/src/main/java/com/gitee/sop/adminbackend/controller/website/WebsiteController.java
Normal file → Executable file
22
sop-admin/sop-admin-backend/website-web/src/main/java/com/gitee/sop/adminbackend/controller/website/WebsiteController.java
Normal file → Executable file
@@ -1,15 +1,15 @@
|
||||
package com.gitee.sop.adminbackend.controller.website;
|
||||
package com.gitee.sop.admin.controller.website;
|
||||
|
||||
import com.gitee.sop.adminbackend.common.annotation.NoToken;
|
||||
import com.gitee.sop.adminbackend.common.resp.Result;
|
||||
import com.gitee.sop.adminbackend.common.util.CopyUtil;
|
||||
import com.gitee.sop.adminbackend.controller.website.vo.DocAppVO;
|
||||
import com.gitee.sop.adminbackend.controller.website.vo.DocInfoViewVO;
|
||||
import com.gitee.sop.adminbackend.controller.website.vo.DocInfoTreeVO;
|
||||
import com.gitee.sop.adminbackend.service.doc.dto.DocAppDTO;
|
||||
import com.gitee.sop.adminbackend.service.doc.dto.DocInfoTreeDTO;
|
||||
import com.gitee.sop.adminbackend.service.doc.dto.DocInfoViewDTO;
|
||||
import com.gitee.sop.adminbackend.service.website.WebsiteService;
|
||||
import com.gitee.sop.admin.common.annotation.NoToken;
|
||||
import com.gitee.sop.admin.common.resp.Result;
|
||||
import com.gitee.sop.admin.common.util.CopyUtil;
|
||||
import com.gitee.sop.admin.controller.website.vo.DocAppVO;
|
||||
import com.gitee.sop.admin.controller.website.vo.DocInfoViewVO;
|
||||
import com.gitee.sop.admin.controller.website.vo.DocInfoTreeVO;
|
||||
import com.gitee.sop.admin.service.doc.dto.DocAppDTO;
|
||||
import com.gitee.sop.admin.service.doc.dto.DocInfoTreeDTO;
|
||||
import com.gitee.sop.admin.service.doc.dto.DocInfoViewDTO;
|
||||
import com.gitee.sop.admin.service.website.WebsiteService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
2
sop-admin/sop-admin-frontend/public/platform-config.json
Normal file → Executable file
2
sop-admin/sop-admin-frontend/public/platform-config.json
Normal file → Executable file
@@ -22,6 +22,6 @@
|
||||
"MenuArrowIconNoTransition": false,
|
||||
"CachingAsyncRoutes": false,
|
||||
"TooltipEffect": "light",
|
||||
"ResponsiveStorageNameSpace": "responsive-",
|
||||
"ResponsiveStorageNameSpace": "sopadmin-responsive-",
|
||||
"MenuSearchHistory": 6
|
||||
}
|
||||
|
2
sop-website/sop-website-frontend/.env.production
Normal file → Executable file
2
sop-website/sop-website-frontend/.env.production
Normal file → Executable file
@@ -10,4 +10,4 @@ VITE_CDN = false
|
||||
# 是否启用gzip压缩或brotli压缩(分两种情况,删除原始文件和不删除原始文件)
|
||||
# 压缩时不删除原始文件的配置:gzip、brotli、both(同时开启 gzip 与 brotli 压缩)、none(不开启压缩,默认)
|
||||
# 压缩时删除原始文件的配置:gzip-clear、brotli-clear、both-clear(同时开启 gzip 与 brotli 压缩)、none(不开启压缩,默认)
|
||||
VITE_COMPRESSION = "none"
|
||||
VITE_COMPRESSION = "none"
|
||||
|
12
sop-website/sop-website-frontend/package.json
Normal file → Executable file
12
sop-website/sop-website-frontend/package.json
Normal file → Executable file
@@ -48,10 +48,10 @@
|
||||
"url": "https://github.com/xiaoxian521"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bytemd/plugin-gemoji": "^1.21.0",
|
||||
"@bytemd/plugin-gfm": "^1.21.0",
|
||||
"@bytemd/plugin-highlight": "^1.21.0",
|
||||
"@bytemd/vue-next": "^1.21.0",
|
||||
"@bytemd/plugin-gemoji": "1.21.0",
|
||||
"@bytemd/plugin-gfm": "1.21.0",
|
||||
"@bytemd/plugin-highlight": "1.21.0",
|
||||
"@bytemd/vue-next": "1.21.0",
|
||||
"@pureadmin/descriptions": "1.2.1",
|
||||
"@pureadmin/table": "3.2.0",
|
||||
"@pureadmin/utils": "2.4.8",
|
||||
@@ -62,8 +62,8 @@
|
||||
"dayjs": "1.11.12",
|
||||
"echarts": "5.5.1",
|
||||
"element-plus": "2.8.0",
|
||||
"github-markdown-css": "^5.8.1",
|
||||
"highlight.js": "^11.10.0",
|
||||
"github-markdown-css": "5.8.1",
|
||||
"highlight.js": "11.10.0",
|
||||
"js-cookie": "3.0.5",
|
||||
"localforage": "1.10.0",
|
||||
"mitt": "3.0.1",
|
||||
|
2
sop-website/sop-website-frontend/public/platform-config.json
Normal file → Executable file
2
sop-website/sop-website-frontend/public/platform-config.json
Normal file → Executable file
@@ -22,6 +22,6 @@
|
||||
"MenuArrowIconNoTransition": false,
|
||||
"CachingAsyncRoutes": false,
|
||||
"TooltipEffect": "light",
|
||||
"ResponsiveStorageNameSpace": "responsive-",
|
||||
"ResponsiveStorageNameSpace": "sopwebsite-responsive-",
|
||||
"MenuSearchHistory": 6
|
||||
}
|
||||
|
Reference in New Issue
Block a user