更新资源

This commit is contained in:
qdxkrs 2022-05-23 09:39:52 +08:00
parent a51c6872d8
commit d262ec6b72
3 changed files with 4 additions and 3 deletions

View File

@ -19,7 +19,7 @@ import java.util.List;
* @Date: 2022/5/11 10:55 * @Date: 2022/5/11 10:55
*/ */
@RestController @RestController
@RequestMapping(value = "/api/thematic-map") @RequestMapping(value = "/thematic-map")
public class ThematicMapController { public class ThematicMapController {
@Resource @Resource

View File

@ -18,7 +18,7 @@ ruoyi:
# 开发环境配置 # 开发环境配置
server: server:
# 服务器的HTTP端口默认为8080 # 服务器的HTTP端口默认为8080
port: 8080 port: 9900
servlet: servlet:
# 应用的访问路径 # 应用的访问路径
context-path: / context-path: /
@ -116,6 +116,7 @@ swagger:
# 请求前缀 # 请求前缀
pathMapping: /dev-api pathMapping: /dev-api
# 防止XSS攻击 # 防止XSS攻击
xss: xss:
# 过滤开关 # 过滤开关

View File

@ -5,7 +5,7 @@ VUE_APP_TITLE = 若依管理系统
ENV = 'development' ENV = 'development'
# 若依管理系统/开发环境 # 若依管理系统/开发环境
VUE_APP_BASE_API = '/dev-api' VUE_APP_BASE_API = 'http://192.168.2.105:9900'
# 路由懒加载 # 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true VUE_CLI_BABEL_TRANSPILE_MODULES = true