-
Notifications
You must be signed in to change notification settings - Fork 43
Server path
YoyoFx edited this page Nov 12, 2020
·
1 revision
server.path of the application. 应用的上下文路径,也可以称为项目路径,是构成url地址的一部分。
yoyogo:
application:
name: yoyogo_demo_dev
metadata: "develop"
server:
type: "fasthttp"
address: ":8080"
path: "app"
max_request_size: 2096157
mvc:
template: "/v1/{controller}/{action}"
mvc.template 其中 {controller} 和 {action} 为固定参数,表示控制器和执行方法;按URL方式填写。