安装spring-boot-starter-parent并将其上传到Nexus仓库的步骤如下:
org.springframework.boot
spring-boot-starter-parent
2.5.3
mvn clean install
nexus
http://your-nexus-repository-url/repository/maven-releases/
请将your-nexus-repository-url替换为你的Nexus仓库的URL。
mvn deploy
这将会将项目的构建结果上传到Nexus仓库的maven-releases仓库中。
请确保你在Maven的settings.xml文件中配置了正确的Nexus仓库的认证信息,以及在pom.xml文件中配置了正确的groupId、artifactId和version信息。
希望以上步骤可以帮助到你。