端口配置
This commit is contained in:
parent
ae58cafd81
commit
49c6164445
@ -75,7 +75,6 @@ public class MiniController {
|
||||
}
|
||||
|
||||
|
||||
@Log(title = "提交酒庄厂家记录", businessType = BusinessType.INSERT)
|
||||
@PostMapping("/postForm")
|
||||
AjaxResult postForm(@RequestBody JSONObject json) {
|
||||
|
||||
@ -92,7 +91,6 @@ public class MiniController {
|
||||
|
||||
}
|
||||
|
||||
@Log(title = "获取酒庄厂家记录", businessType = BusinessType.OTHER)
|
||||
@GetMapping("/getForm")
|
||||
AjaxResult getForm(@RequestParam String openid) {
|
||||
|
||||
|
@ -6,9 +6,9 @@ spring:
|
||||
druid:
|
||||
# 主库数据源
|
||||
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
|
||||
password: root
|
||||
password: 26616494
|
||||
# 从库数据源
|
||||
slave:
|
||||
# 从数据源开关/默认关闭
|
||||
@ -58,11 +58,11 @@ spring:
|
||||
# redis 配置
|
||||
redis:
|
||||
# 地址
|
||||
host: 192.168.0.222
|
||||
host: 175.24.17.162
|
||||
# 端口,默认为6379
|
||||
port: 6379
|
||||
# 密码
|
||||
password:
|
||||
password: 26616494
|
||||
# 连接超时时间
|
||||
timeout: 10s
|
||||
lettuce:
|
||||
|
@ -18,7 +18,7 @@ ruoyi:
|
||||
# 开发环境配置
|
||||
server:
|
||||
# 服务器的HTTP端口,默认为8080
|
||||
port: 8080
|
||||
port: 18989
|
||||
servlet:
|
||||
# 应用的访问路径
|
||||
context-path: /
|
||||
|
Loading…
x
Reference in New Issue
Block a user