摘要: 使用mybatis操作数据库 1.配置mybatis依赖和mysql依赖 <!-- MyBatis依赖 --> <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starte 阅读全文
posted @ 2020-03-02 23:30 马中赤兔 阅读(219) 评论(0) 推荐(0)
摘要: 使用WebJarsspring boot整合WebJars进行前端静态js和css。1.引入Bootstrap和jQuery1.1 引入相关依赖<!-- 引入bootstrap --> <dependency> <groupId>org.webjars</groupId> <artifactId>b 阅读全文
posted @ 2020-03-02 17:39 马中赤兔 阅读(221) 评论(0) 推荐(0)