SpringBoot–应用SpringBoot完成基础项目搭建–Mybatis接入SpringBoot项目

5次阅读

共计 78 个字符,预计需要花费 1 分钟才能阅读完成。

配置监听端口
监听 8888 端口
miaosha/src/main/resourse/application.properties
server.port = 8888

正文完
 0