创建Spring Boot+Spring MVC+Mybatis Demo项目
摘要:
参考资料 IDEA搭建Springboot+SpringMVC+Mybatis+Mysql(详细、易懂) 创建项目 创建多个目录 把application.properties改成yml格式并补充配置 mysql中创建数据库和表 create database db1; use db1; creat 阅读全文
posted @ 2023-07-15 16:02 王景迁 阅读(93) 评论(0) 推荐(0)