You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
I used rpm-maven-plugin to package a springboot applicaiton to rpm, and I use 'rpm -ivh xxxx.rpm' successfully installed it.
but I can not uninstall it by using 'rpm -e ', after I completed execute uninstall command, it also exsisted by using rpm -qa |grep xxx
below is my config:
I used rpm-maven-plugin to package a springboot applicaiton to rpm, and I use 'rpm -ivh xxxx.rpm' successfully installed it.
but I can not uninstall it by using 'rpm -e ', after I completed execute uninstall command, it also exsisted by using rpm -qa |grep xxx
below is my config:
4.0.0
org.springframework.boot
spring-boot-starter-parent
2.2.4.RELEASE
com.example
cx03
1.0.0
Demo project for Spring Boot, package by rpm
The text was updated successfully, but these errors were encountered: