5 lines
155 B
Properties
5 lines
155 B
Properties
|
//设置项目的端口号
|
||
|
server.port=9080
|
||
|
//设置工程名字
|
||
|
// 所有路径都需要加a. http:localhost:9080/a/all
|
||
|
server.servlet.context-path=/a
|