摘要: 一般只用配置三个地方 maven仓库路径 镜像 默认JDK版本 <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contrib 阅读全文
posted @ 2020-12-31 21:31 至安 阅读(2519) 评论(0) 推荐(0) 编辑
摘要: 搭建环境 创建父工程(管理依赖版本) 1、创建一个空的springboot项目,不需要添加任何依赖 2、删除src目录 3、配置pom.xml 1)先选定springboot版本 <parent> <groupId>org.springframework.boot</groupId> <artifa 阅读全文
posted @ 2020-12-31 17:14 至安 阅读(549) 评论(0) 推荐(0) 编辑