Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mybatis-plus-generator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Leona
I
idea
plugin
mybatis-plus-generator
Commits
d22946a8
Commit
d22946a8
authored
Oct 16, 2019
by
duanledexianxianxian
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update .gitignore
parent
2b2373f8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
3 deletions
+33
-3
build.gradle
build.gradle
+27
-0
gradle/wrapper/gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+2
-1
mybatis-plus-generator/build.gradle
mybatis-plus-generator/build.gradle
+4
-2
No files found.
build.gradle
View file @
d22946a8
plugins
{
id
'java'
}
group
'com.duanledexianxianxian.plugins.idea'
group
'com.duanledexianxianxian.plugins.idea'
version
'1.0-SNAPSHOT'
version
'1.0-SNAPSHOT'
//subprojects {
//// dependencies {
//// testCompile group: 'junit', name: 'junit', version: '4.12'
//// compile group: 'com.baomidou', name: 'mybatis-plus-generator', version: '3.2.0'
//// providedCompile group: 'org.projectlombok', name: 'lombok', version: '1.18.10'
//// }
//}
allprojects
{
sourceCompatibility
=
1.8
}
//dependencies {
// testCompile group: 'junit', name: 'junit', version: '4.12'
//}
dependencies
{
testCompile
group:
'junit'
,
name:
'junit'
,
version:
'4.12'
compile
group:
'com.baomidou'
,
name:
'mybatis-plus-generator'
,
version:
'3.2.0'
}
gradle/wrapper/gradle-wrapper.properties
View file @
d22946a8
#Wed Oct 16 17:51:26 CST 2019
distributionBase
=
GRADLE_USER_HOME
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.10.3-bin.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.10.3-all.zip
mybatis-plus-generator/build.gradle
View file @
d22946a8
...
@@ -13,15 +13,17 @@ repositories {
...
@@ -13,15 +13,17 @@ repositories {
}
}
dependencies
{
dependencies
{
testCompile
group:
'junit'
,
name:
'junit'
,
version:
'4.12
'
providedCompile
group:
'org.projectlombok'
,
name:
'lombok'
,
version:
'1.18.10
'
}
}
// See https://github.com/JetBrains/gradle-intellij-plugin/
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij
{
intellij
{
version
'2019.1.2'
version
'2019.1.2'
type
'IU'
plugins
=
[
'DatabaseTools'
]
//Bundled plugin dependencies
}
}
patchPluginXml
{
patchPluginXml
{
changeNotes
"""
changeNotes
"""
Add change notes here.<br>
Add change notes here.<br>
<em>most HTML tags may be used</em>"""
<em>most HTML tags may be used</em>"""
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment