version for 2.0.0

This commit is contained in:
inrgihc
2024-12-05 22:33:43 +08:00
parent 34274ec1ab
commit 88955ac6e5
815 changed files with 1829 additions and 1890 deletions

View File

@@ -2,7 +2,7 @@
set -e
DBSWITCH_VERSION=1.9.10
DBSWITCH_VERSION=2.0.0
BUILD_DOCKER_DIR="$( cd "$( dirname "$0" )" && pwd )"
PROJECT_ROOT_DIR=$( dirname "$BUILD_DOCKER_DIR")
DOCKER_DBSWITCH_DIR=$BUILD_DOCKER_DIR/dbswitch

View File

@@ -6,7 +6,7 @@
#############################################
# !!!!!! Modify here please
APP_MAIN="com.gitee.dbswitch.admin.AdminApplication"
APP_MAIN="org.dromara.dbswitch.admin.AdminApplication"
#############################################

View File

@@ -7,7 +7,7 @@ spring:
validation-query: SELECT 1
test-on-borrow: true
flyway:
locations: classpath:db/postgres
locations: classpath:db/mysql
baseline-on-migrate: true
table: dbswitch_schema_history
enabled: true