diff --git a/rsa-encrypt-body-spring-boot.zip b/rsa-encrypt-body-spring-boot.zip deleted file mode 100644 index b9e3597..0000000 Binary files a/rsa-encrypt-body-spring-boot.zip and /dev/null differ diff --git a/rsaapi.zip b/rsaapi.zip new file mode 100644 index 0000000..9005efd Binary files /dev/null and b/rsaapi.zip differ diff --git a/rsaapi/pom.xml b/rsaapi/pom.xml new file mode 100644 index 0000000..ca3de87 --- /dev/null +++ b/rsaapi/pom.xml @@ -0,0 +1,90 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.5.4 + + + com.rehome + rsaapi + 0.0.1-SNAPSHOT + rsaapi + Demo project for Spring Boot + + 1.8 + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-web + + + + org.projectlombok + lombok + true + + + org.springframework.boot + spring-boot-starter-test + test + + + mysql + mysql-connector-java + runtime + + + cn.shuibo + rsa-encrypt-body-spring-boot + 1.0.1.RELEASE + + + commons-codec + commons-codec + + + + com.alibaba + fastjson + 1.2.56 + + + + org.apache.commons + commons-lang3 + 3.8.1 + + + + org.bouncycastle + bcprov-jdk15on + 1.47 + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + org.projectlombok + lombok + + + + + + + +