-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1974bb3
commit 661d8ca
Showing
43 changed files
with
69 additions
and
296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
// Apply the java-library plugin to add support for Java Library | ||
plugins { | ||
id 'java' | ||
id 'com.github.sherter.google-java-format' | ||
} | ||
|
||
dependencies { | ||
compile project(":wedpr-components-token-auth") | ||
compile project(":wedpr-components-mybatis") | ||
} | ||
googleJavaFormat { | ||
//toolVersion = '1.7' | ||
options style: 'AOSP' | ||
source = sourceSets*.allJava | ||
include '**/*.java' | ||
//source = *.allJava | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,10 @@ | ||
// Apply the java-library plugin to add support for Java Library | ||
plugins { | ||
id 'java' | ||
id 'com.github.sherter.google-java-format' | ||
} | ||
dependencies{ | ||
compile project(":wedpr-components-mybatis") | ||
compile project(":wedpr-components-uuid") | ||
compile project(":wedpr-components-sync") | ||
compile project(":wedpr-components-resource-follower") | ||
} | ||
googleJavaFormat { | ||
//toolVersion = '1.7' | ||
options style: 'AOSP' | ||
source = sourceSets*.allJava | ||
include '**/*.java' | ||
//source = *.allJava | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
// Apply the java-library plugin to add support for Java Library | ||
plugins { | ||
id 'java' | ||
id 'com.github.sherter.google-java-format' | ||
} | ||
|
||
dependencies { | ||
compile project(":wedpr-core-utils") | ||
compile ("org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:${bcosSDKVersion}") | ||
} | ||
googleJavaFormat { | ||
//toolVersion = '1.7' | ||
options style: 'AOSP' | ||
source = sourceSets*.allJava | ||
include '**/*.java' | ||
//source = *.allJava | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
// Apply the java-library plugin to add support for Java Library | ||
plugins { | ||
id 'java' | ||
id 'com.github.sherter.google-java-format' | ||
} | ||
dependencies{ | ||
compile project(":wedpr-components-mybatis") | ||
compile project(":wedpr-components-uuid") | ||
compile project(":wedpr-components-sys-config") | ||
} | ||
googleJavaFormat { | ||
//toolVersion = '1.7' | ||
options style: 'AOSP' | ||
source = sourceSets*.allJava | ||
include '**/*.java' | ||
//source = *.allJava | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
// Apply the java-library plugin to add support for Java Library | ||
plugins { | ||
id 'java' | ||
id 'com.github.sherter.google-java-format' | ||
} | ||
|
||
dependencies { | ||
compile ("org.apache.httpcomponents:httpclient:${httpClientVersion}") | ||
compile project(":wedpr-core-utils") | ||
} | ||
googleJavaFormat { | ||
//toolVersion = '1.7' | ||
options style: 'AOSP' | ||
source = sourceSets*.allJava | ||
include '**/*.java' | ||
//source = *.allJava | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
// Apply the java-library plugin to add support for Java Library | ||
plugins { | ||
id 'java' | ||
id 'com.github.sherter.google-java-format' | ||
} | ||
|
||
dependencies { | ||
compile project(":wedpr-components-sys-config") | ||
} | ||
googleJavaFormat { | ||
//toolVersion = '1.7' | ||
options style: 'AOSP' | ||
source = sourceSets*.allJava | ||
include '**/*.java' | ||
//source = *.allJava | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
// Apply the java-library plugin to add support for Java Library | ||
plugins { | ||
id 'java' | ||
id 'com.github.sherter.google-java-format' | ||
} | ||
dependencies{ | ||
compile project(":wedpr-components-mybatis") | ||
compile project(":wedpr-components-uuid") | ||
} | ||
googleJavaFormat { | ||
//toolVersion = '1.7' | ||
options style: 'AOSP' | ||
source = sourceSets*.allJava | ||
include '**/*.java' | ||
//source = *.allJava | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
// Apply the java-library plugin to add support for Java Library | ||
plugins { | ||
id 'java' | ||
id 'com.github.sherter.google-java-format' | ||
} | ||
dependencies{ | ||
compile project(":wedpr-components-uuid") | ||
compile project(":wedpr-components-mybatis") | ||
} | ||
googleJavaFormat { | ||
//toolVersion = '1.7' | ||
options style: 'AOSP' | ||
source = sourceSets*.allJava | ||
include '**/*.java' | ||
//source = *.allJava | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
// Apply the java-library plugin to add support for Java Library | ||
plugins { | ||
id 'java' | ||
id 'com.github.sherter.google-java-format' | ||
} | ||
dependencies{ | ||
compile project(":wedpr-components-mybatis") | ||
compile project(":wedpr-core-protocol") | ||
compile project(":wedpr-components-uuid") | ||
} | ||
googleJavaFormat { | ||
//toolVersion = '1.7' | ||
options style: 'AOSP' | ||
source = sourceSets*.allJava | ||
include '**/*.java' | ||
//source = *.allJava | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
// Apply the java-library plugin to add support for Java Library | ||
plugins { | ||
id 'java' | ||
id 'com.github.sherter.google-java-format' | ||
} | ||
dependencies{ | ||
compile project(":wedpr-components-mybatis") | ||
compile project(":wedpr-core-protocol") | ||
} | ||
googleJavaFormat { | ||
//toolVersion = '1.7' | ||
options style: 'AOSP' | ||
source = sourceSets*.allJava | ||
include '**/*.java' | ||
//source = *.allJava | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
// Apply the java-library plugin to add support for Java Library | ||
plugins { | ||
id 'java' | ||
id 'com.github.sherter.google-java-format' | ||
} | ||
|
||
dependencies { | ||
compile project(":wedpr-components-mybatis") | ||
implementation("org.springframework.boot:spring-boot-starter-quartz:${springBootVersion}") | ||
} | ||
googleJavaFormat { | ||
//toolVersion = '1.7' | ||
options style: 'AOSP' | ||
source = sourceSets*.allJava | ||
include '**/*.java' | ||
//source = *.allJava | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
// Apply the java-library plugin to add support for Java Library | ||
plugins { | ||
id 'java' | ||
id 'com.github.sherter.google-java-format' | ||
} | ||
|
||
dependencies { | ||
compile project(":wedpr-components-token-auth") | ||
compile project(":wedpr-components-user") | ||
} | ||
googleJavaFormat { | ||
//toolVersion = '1.7' | ||
options style: 'AOSP' | ||
source = sourceSets*.allJava | ||
include '**/*.java' | ||
//source = *.allJava | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
// Apply the java-library plugin to add support for Java Library | ||
plugins { | ||
id 'java' | ||
id 'com.github.sherter.google-java-format' | ||
} | ||
dependencies{ | ||
compile project(":wedpr-core-utils") | ||
} | ||
googleJavaFormat { | ||
//toolVersion = '1.7' | ||
options style: 'AOSP' | ||
source = sourceSets*.allJava | ||
include '**/*.java' | ||
//source = *.allJava | ||
} |
Oops, something went wrong.