Skip to content

Commit 23ee1ee

Browse files
authored
Merge pull request #137 from xujiaji/master
搭建gradle运行环境调整项目结构,设置中添加多模块配置添加删除编辑
2 parents 6490b85 + 12bc005 commit 23ee1ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1025
-467
lines changed

.run/Run IDE with Plugin.run.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="Run Plugin" type="GradleRunConfiguration" factoryName="Gradle">
3+
<log_file alias="idea.log" path="$PROJECT_DIR$/build/idea-sandbox/system/log/idea.log" />
4+
<ExternalSystemSettings>
5+
<option name="executionName" />
6+
<option name="externalProjectPath" value="$PROJECT_DIR$" />
7+
<option name="externalSystemIdString" value="GRADLE" />
8+
<option name="scriptParameters" value="" />
9+
<option name="taskDescriptions">
10+
<list />
11+
</option>
12+
<option name="taskNames">
13+
<list>
14+
<option value="runIde" />
15+
</list>
16+
</option>
17+
<option name="vmOptions" value="" />
18+
</ExternalSystemSettings>
19+
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
20+
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
21+
<DebugAllEnabled>false</DebugAllEnabled>
22+
<method v="2" />
23+
</configuration>
24+
</component>

.run/Run Plugin Tests.run.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="Run Tests" type="GradleRunConfiguration" factoryName="Gradle">
3+
<log_file alias="idea.log" path="$PROJECT_DIR$/build/idea-sandbox/system/log/idea.log" />
4+
<ExternalSystemSettings>
5+
<option name="executionName" />
6+
<option name="externalProjectPath" value="$PROJECT_DIR$" />
7+
<option name="externalSystemIdString" value="GRADLE" />
8+
<option name="scriptParameters" value="" />
9+
<option name="taskDescriptions">
10+
<list />
11+
</option>
12+
<option name="taskNames">
13+
<list>
14+
<option value="check" />
15+
</list>
16+
</option>
17+
<option name="vmOptions" value="" />
18+
</ExternalSystemSettings>
19+
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
20+
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
21+
<DebugAllEnabled>false</DebugAllEnabled>
22+
<method v="2" />
23+
</configuration>
24+
</component>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="Run Verifications" type="GradleRunConfiguration" factoryName="Gradle">
3+
<log_file alias="idea.log" path="$PROJECT_DIR$/build/idea-sandbox/system/log/idea.log" />
4+
<ExternalSystemSettings>
5+
<option name="executionName" />
6+
<option name="externalProjectPath" value="$PROJECT_DIR$" />
7+
<option name="externalSystemIdString" value="GRADLE" />
8+
<option name="scriptParameters" value="" />
9+
<option name="taskDescriptions">
10+
<list />
11+
</option>
12+
<option name="taskNames">
13+
<list>
14+
<option value="runPluginVerifier" />
15+
</list>
16+
</option>
17+
<option name="vmOptions" value="" />
18+
</ExternalSystemSettings>
19+
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
20+
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
21+
<DebugAllEnabled>false</DebugAllEnabled>
22+
<method v="2">
23+
<option name="Gradle.BeforeRunTask" enabled="true" tasks="clean" externalProjectPath="$PROJECT_DIR$" vmOptions="" scriptParameters="" />
24+
</method>
25+
</configuration>
26+
</component>

CHANGELOG.md

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#### 变更历史
1+
# Changelog
2+
3+
## [Unreleased]
4+
### 中文
25
- 1.8.2: 将java 类型转为json
36
- 1.8.1: 支持idea 2020
47
- 1.7.9: fixbug
@@ -23,4 +26,61 @@
2326
- 1.6.0: 支持请求参数和响应参数的Java 类下载
2427
- 1.5:支持{@link} 的常量定义显示在备注
2528
- 1.4:fixbug,备注中新增接口定义。
26-
29+
### ENGLISH
30+
- 1.8.2: java type convert to json type
31+
- 1.8.1: support idea 2020
32+
- 1.7.9: fixbug
33+
- 1.7.8: support method @path,fix remark bug
34+
- 1.7.7: support swagger & swagger mock- fixbug
35+
- 1.7.6: support base mock power
36+
- 1.7.5:
37+
- Response complete support map
38+
- Support deprecated do not upload
39+
- Dealing with loop calls
40+
- Support path missing / complete
41+
- 1.7.4:
42+
- Compatible with older versions
43+
- Support unified return value setting
44+
- Class name upload by default
45+
- Enumeration field resolution
46+
- Unify multi module parameters to solve enumeration packing problem,
47+
- 1.7.3:
48+
- Support map, solve the same package problem, remove cache, support notblank, support package menu
49+
- 1.7.2:
50+
- New support for localdata, Localtime, localdatatime < br >
51+
- 1.7.1:
52+
- Support for custom description not to be overwritten (crazy branch)
53+
- Menu acquisition process modification (crazy branch)
54+
- Support status @ status annotation
55+
- Support multi-level classification (crazy branch)
56+
- 1.7.0:
57+
- In @ menu: questions, Dubbo support
58+
- Support for multi link Download
59+
- Upload results to the clipboard
60+
- Link same package problem
61+
- 1.6.9:
62+
- fix deleteMapping and patchMapping
63+
- fix menu bug
64+
- Support get entity class receiving
65+
- 1.6.8:
66+
- Support class level path reference
67+
- Support multiple entity reception
68+
- Support response < list < user > > generics
69+
- 1.6.7:
70+
- Supplementary support for a, B, e, K, V generic writing
71+
- Support for pathvariable
72+
- 1.6.6:
73+
- Support xxxmapping without writing value
74+
- Solve the problem that response < > displays in the comments
75+
- Support request param comments to get from comments
76+
- 1.6.5:
77+
- Fixbug request is list < long > and other bugs
78+
- Fix code.zip the same problem of probability
79+
- The req? Body? Type problem exists in fix HttpServletRequest & httpservletresponse
80+
- 1.6.4:
81+
- Support class level classification definition
82+
- 1.6.3: Fix multilevel generic problems
83+
- Support @ notnull annotation
84+
- Support putmapping, deletemapping,
85+
- Support model receiving parameters and application / x-www-form-urlencoded
86+
- Support user-defined classification < br >

YapiUpload.iml

Lines changed: 0 additions & 12 deletions
This file was deleted.

build.gradle

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
plugins {
2+
id 'java'
3+
id "org.jetbrains.intellij" version "0.6.5"
4+
id 'org.jetbrains.changelog' version '1.1.2'
5+
}
6+
apply plugin: 'org.jetbrains.changelog'
7+
8+
group 'com.dbb'
9+
version '1.8.2'
10+
11+
repositories {
12+
mavenCentral()
13+
}
14+
15+
dependencies {
16+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
17+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
18+
}
19+
20+
// See https://github.com/JetBrains/gradle-intellij-plugin/
21+
intellij {
22+
plugins = ["java"]
23+
version '2020.1'
24+
}
25+
patchPluginXml {
26+
sinceBuild('1')
27+
untilBuild('203.*')
28+
29+
pluginDescription = {
30+
def lines = rootProject.file('README.md').readLines()
31+
// README中插件描述开始的标签
32+
// def start = lines.indexOf('<!--plugin-desc-->')
33+
// README中插件描述结束的标签
34+
// def end = lines.indexOf('<!--/plugin-desc-->')
35+
// def description = lines.subList(start + 1, end).join('\n')
36+
org.jetbrains.changelog.ExtensionsKt.markdownToHTML(lines.join('\n'))
37+
}
38+
changeNotes = changelog.getUnreleased().toHTML()
39+
}
40+
test {
41+
useJUnitPlatform()
42+
}
43+
repositories {
44+
gradlePluginPortal()
45+
}

gradle/wrapper/gradle-wrapper.jar

57.8 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
distributionBase=GRADLE_USER_HOME
2+
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.1-bin.zip
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)