自学:新建Springboot项目(仅供自己学习)

新建项目:New ——>Project——>Maven,GroupId:公司名字;ArtifactId:项目名字 建各个包+配置文件: (1)application.yaml (2)application-test.yml server: port: 8080 tomcat: remote-ip-header: x-forwarded-for protocol-header
相关文章
相关标签/搜索