mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-10-16 22:53:52 +00:00
version for 2.0.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#############################################
|
||||
# !!!!!! Modify here please
|
||||
|
||||
APP_MAIN="com.gitee.dbswitch.admin.AdminApplication"
|
||||
APP_MAIN="org.dromara.dbswitch.admin.AdminApplication"
|
||||
|
||||
#############################################
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user