From 81e4e28201aba99b200a118952cd2207ef73c0e5 Mon Sep 17 00:00:00 2001 From: shimingxy Date: Mon, 21 Oct 2019 23:08:33 +0800 Subject: [PATCH] V2.0 mybatis-jpa-extra 2.0 --- build.gradle | 6 +++--- maxkey-protocols/maxkey-protocol-cas/bin/main/.gitignore | 1 + maxkey-protocols/maxkey-protocol-cas/bin/test/.gitignore | 1 + .../maxkey-protocol-oauth-2.0/bin/main/.gitignore | 1 + .../maxkey-protocol-tokenbased/bin/main/.gitignore | 1 + 5 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 maxkey-protocols/maxkey-protocol-cas/bin/main/.gitignore create mode 100644 maxkey-protocols/maxkey-protocol-cas/bin/test/.gitignore create mode 100644 maxkey-protocols/maxkey-protocol-oauth-2.0/bin/main/.gitignore create mode 100644 maxkey-protocols/maxkey-protocol-tokenbased/bin/main/.gitignore diff --git a/build.gradle b/build.gradle index 88a05764e..f90573628 100644 --- a/build.gradle +++ b/build.gradle @@ -8,9 +8,9 @@ defaultTasks "clean", "build" ext { jackson2Version = "2.9.8" log4jVersion = "2.12.0" - springVersion = "5.1.9.RELEASE" - springBootVersion = "2.1.7.RELEASE" - springSecurityVersion= "5.1.5.RELEASE" + springVersion = "5.2.0.RELEASE" + springBootVersion = "2.2.0.RELEASE" + springSecurityVersion= "5.2.0.RELEASE" hibernateVersion = "5.4.2.Final" slf4jVersion = "1.7.26" jacksonVersion = "2.9.9" diff --git a/maxkey-protocols/maxkey-protocol-cas/bin/main/.gitignore b/maxkey-protocols/maxkey-protocol-cas/bin/main/.gitignore new file mode 100644 index 000000000..cf1db2eed --- /dev/null +++ b/maxkey-protocols/maxkey-protocol-cas/bin/main/.gitignore @@ -0,0 +1 @@ +/org/ diff --git a/maxkey-protocols/maxkey-protocol-cas/bin/test/.gitignore b/maxkey-protocols/maxkey-protocol-cas/bin/test/.gitignore new file mode 100644 index 000000000..c2d9872a1 --- /dev/null +++ b/maxkey-protocols/maxkey-protocol-cas/bin/test/.gitignore @@ -0,0 +1 @@ +/com/ diff --git a/maxkey-protocols/maxkey-protocol-oauth-2.0/bin/main/.gitignore b/maxkey-protocols/maxkey-protocol-oauth-2.0/bin/main/.gitignore new file mode 100644 index 000000000..cf1db2eed --- /dev/null +++ b/maxkey-protocols/maxkey-protocol-oauth-2.0/bin/main/.gitignore @@ -0,0 +1 @@ +/org/ diff --git a/maxkey-protocols/maxkey-protocol-tokenbased/bin/main/.gitignore b/maxkey-protocols/maxkey-protocol-tokenbased/bin/main/.gitignore new file mode 100644 index 000000000..cf1db2eed --- /dev/null +++ b/maxkey-protocols/maxkey-protocol-tokenbased/bin/main/.gitignore @@ -0,0 +1 @@ +/org/