修改工程名称
diff --git a/.gitignore b/.gitignore
index 8cb1d9f..317f857 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
HELP.md
+flyway.conf
.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar
diff --git a/build.gradle b/build.gradle
index 7cd37f7..e60f773 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,7 +17,6 @@
}
war {
- baseName = "payapi-service"
manifest {
attributes('Payapi-Version': rootProject.version)
writeTo(project.buildDir.toString() + "/classes/MATE-INF.MF")
diff --git a/settings.gradle b/settings.gradle
index 3a84da4..ec967da 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -16,5 +16,5 @@
gradlePluginPortal()
}
}
-rootProject.name = 'dlpay'
+rootProject.name = 'payapi'