端口配置

This commit is contained in:
Machengtianjiang 2020-12-24 17:25:16 +08:00
parent ae58cafd81
commit 49c6164445
3 changed files with 5 additions and 7 deletions

View File

@ -75,7 +75,6 @@ public class MiniController {
} }
@Log(title = "提交酒庄厂家记录", businessType = BusinessType.INSERT)
@PostMapping("/postForm") @PostMapping("/postForm")
AjaxResult postForm(@RequestBody JSONObject json) { AjaxResult postForm(@RequestBody JSONObject json) {
@ -92,7 +91,6 @@ public class MiniController {
} }
@Log(title = "获取酒庄厂家记录", businessType = BusinessType.OTHER)
@GetMapping("/getForm") @GetMapping("/getForm")
AjaxResult getForm(@RequestParam String openid) { AjaxResult getForm(@RequestParam String openid) {

View File

@ -6,9 +6,9 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: master:
url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true url: jdbc:mysql://175.24.17.162:3306/ruoyi?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
username: root username: root
password: root password: 26616494
# 从库数据源 # 从库数据源
slave: slave:
# 从数据源开关/默认关闭 # 从数据源开关/默认关闭
@ -58,11 +58,11 @@ spring:
# redis 配置 # redis 配置
redis: redis:
# 地址 # 地址
host: 192.168.0.222 host: 175.24.17.162
# 端口默认为6379 # 端口默认为6379
port: 6379 port: 6379
# 密码 # 密码
password: password: 26616494
# 连接超时时间 # 连接超时时间
timeout: 10s timeout: 10s
lettuce: lettuce:

View File

@ -18,7 +18,7 @@ ruoyi:
# 开发环境配置 # 开发环境配置
server: server:
# 服务器的HTTP端口默认为8080 # 服务器的HTTP端口默认为8080
port: 8080 port: 18989
servlet: servlet:
# 应用的访问路径 # 应用的访问路径
context-path: / context-path: /