diff --git a/.gitignore b/.gitignore index 1b938a6..0315264 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,7 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* replay_pid* - +.iml +**/target +**/logs +*.sh diff --git a/hoperun-sign.iml b/hoperun-sign.iml new file mode 100644 index 0000000..1806397 --- /dev/null +++ b/hoperun-sign.iml @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..943cba8 --- /dev/null +++ b/pom.xml @@ -0,0 +1,173 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.5.4 + + + + hoperun-sign + com.pomelotea + 1.0-SNAPSHOT + jar + + hoperun-sign + + + UTF-8 + official + 1.8 + 1.7.22 + + + + src/main/kotlin + src/test/kotlin + + + org.springframework.boot + spring-boot-maven-plugin + + true + ./target + executable + + + + + repackage + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + compile + compile + + compile + + + + testCompile + test-compile + + testCompile + + + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + compile + compile + + compile + + + + test-compile + test-compile + + test-compile + + + + + 1.8 + + + + + + + + org.jetbrains.kotlin + kotlin-test-junit5 + 1.7.0 + test + + + org.junit.jupiter + junit-jupiter-engine + 5.8.2 + test + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + 1.7.0 + + + + org.springframework.boot + spring-boot-starter-web + + + + com.alibaba + fastjson + 2.0.7 + + + + com.parkingwang + okhttp3-loginterceptor + 0.5 + + + + com.squareup.okhttp3 + okhttp + 4.2.2 + + + + com.fasterxml.jackson.module + jackson-module-kotlin + + + + org.springframework.boot + spring-boot-starter-logging + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + ${kotlin.version} + + + org.jetbrains.kotlin + kotlin-test + ${kotlin.version} + test + + + + + + maven-releases + Nexus Release Repository + https://2ha.me:18082/repository/private/ + + + maven-snapshots + Nexus Snapshot Repository + https://2ha.me:18082/repository/private/ + + + + + \ No newline at end of file