創(chuàng)建maven項(xiàng)目
pom文件
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
?????????xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
?????????xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
????<modelVersion>4.0.0</modelVersion>
????<parent>
????????<groupId>org.springframework.boot</groupId>
????????<artifactId>spring-boot-starter-parent</artifactId>
????????<version>2.7.0</version>
????????<relativePath/>
????</parent>
????<groupId>jkw.life</groupId>
????<artifactId>java-sc-single</artifactId>
????<version>0.0.1</version>
????<dependencies>
?
文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-624058.html
文章來(lái)源:http://www.zghlxwxcb.cn/news/detail-624058.html
到了這里,關(guān)于后端開(kāi)發(fā)1.項(xiàng)目的搭建的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!