SpringBoot案例-部门管理-前后端联调

前后端联调

  • 教学资料中提供了“前端工程”,将其解压即可
  • 使用nginx,启动nginx后,访问:http://localhost:90

小结

  • 开发流程
    • 明确需求、阅读接口文档、思路分析、接口开发(遵循接口文档)
  • 接口调试
    • postman测试、前后联调
  • 日志小技巧
    • 在类上加上一个注解@Slf4j

猜你喜欢

转载自blog.csdn.net/weixin_64939936/article/details/132239175
今日推荐