@@ -1,5 +1,8 @@
server:
port: 8081
+ servlet:
+ context-path: /api #给所有的RequestMapping暴露的服务接口url添加前缀
+
spring:
datasource: