redis
This commit is contained in:
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
* @author GYJoker
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/feign")
|
||||
@RequestMapping("/admin/feign")
|
||||
public class FeignController {
|
||||
|
||||
@RequestMapping("/testCall/{name}")
|
||||
|
||||
@@ -6,6 +6,19 @@ spring:
|
||||
username: cashier
|
||||
password: Cashier@1@
|
||||
|
||||
data:
|
||||
redis:
|
||||
host: 121.40.128.145
|
||||
port: 6379
|
||||
password: 111111
|
||||
timeout: 1000
|
||||
lettuce:
|
||||
pool:
|
||||
min-idle: 0
|
||||
max-idle: 8
|
||||
max-wait: -1ms
|
||||
max-active: 16
|
||||
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
|
||||
Reference in New Issue
Block a user