11 2020 档案

摘要:1.首先在pom文件中引入模板引擎jar包,即 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> 阅读全文
posted @ 2020-11-02 16:59 Gruuu 阅读(1521) 评论(0) 推荐(0)
摘要:首先pom依赖 <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId 阅读全文
posted @ 2020-11-02 16:56 Gruuu 阅读(314) 评论(0) 推荐(0)