v3.3.0 docker-mysql

This commit is contained in:
MaxKey
2022-01-20 20:42:31 +08:00
parent fa466e8069
commit a0cb82ea71
6 changed files with 1532 additions and 5 deletions

View File

@@ -2,6 +2,6 @@ create database if not exists `maxkey` /*!40100 DEFAULT CHARACTER SET utf8mb4 C
use maxkey ; use maxkey ;
source /docker-entrypoint-initdb.d/v3.2.0.ga/maxkey_v3.2.0.GA.sql ; source /docker-entrypoint-initdb.d/v3.3.0.ga/maxkey_v3.3.0.GA.sql ;
source /docker-entrypoint-initdb.d/v3.2.0.ga/maxkey_v3.2.0.GA_data.sql ; source /docker-entrypoint-initdb.d/v3.3.0.ga/maxkey_v3.3.0.GA_data.sql ;

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -57,7 +57,7 @@ dependencies {
implementation project(":maxkey-identitys:maxkey-synchronizers-activedirectory") implementation project(":maxkey-identitys:maxkey-synchronizers-activedirectory")
implementation project(":maxkey-identitys:maxkey-synchronizers-ldap") implementation project(":maxkey-identitys:maxkey-synchronizers-ldap")
implementation project(":maxkey-identitys:maxkey-synchronizers-workweixin") implementation project(":maxkey-identitys:maxkey-synchronizers-workweixin")
implementation project(":maxkey-identitys:maxkey-synchronizers-dingding") implementation project(":maxkey-identitys:maxkey-synchronizers-dingtalk")
implementation project(":maxkey-webs:maxkey-web-resources") implementation project(":maxkey-webs:maxkey-web-resources")

View File

@@ -58,7 +58,7 @@ dependencies {
implementation project(":maxkey-identitys:maxkey-synchronizers-activedirectory") implementation project(":maxkey-identitys:maxkey-synchronizers-activedirectory")
implementation project(":maxkey-identitys:maxkey-synchronizers-ldap") implementation project(":maxkey-identitys:maxkey-synchronizers-ldap")
implementation project(":maxkey-identitys:maxkey-synchronizers-workweixin") implementation project(":maxkey-identitys:maxkey-synchronizers-workweixin")
implementation project(":maxkey-identitys:maxkey-synchronizers-dingding") implementation project(":maxkey-identitys:maxkey-synchronizers-dingtalk")
implementation project(":maxkey-webs:maxkey-web-resources") implementation project(":maxkey-webs:maxkey-web-resources")
} }

View File

@@ -22,7 +22,7 @@ dependencies {
implementation project(":maxkey-identitys:maxkey-synchronizers-activedirectory") implementation project(":maxkey-identitys:maxkey-synchronizers-activedirectory")
implementation project(":maxkey-identitys:maxkey-synchronizers-ldap") implementation project(":maxkey-identitys:maxkey-synchronizers-ldap")
implementation project(":maxkey-identitys:maxkey-synchronizers-workweixin") implementation project(":maxkey-identitys:maxkey-synchronizers-workweixin")
implementation project(":maxkey-identitys:maxkey-synchronizers-dingding") implementation project(":maxkey-identitys:maxkey-synchronizers-dingtalk")
implementation project(":maxkey-webs:maxkey-web-resources") implementation project(":maxkey-webs:maxkey-web-resources")
} }