Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
manager
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
reyun
manager
Commits
c9156385
Commit
c9156385
authored
Jan 03, 2018
by
zhangliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置修改
parent
95a69464
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
723 additions
and
346 deletions
+723
-346
.gitignore
.gitignore
+5
-0
workspace.xml
.idea/workspace.xml
+659
-264
Test.java
lib/Test.java
+0
-5
pom.xml
pom.xml
+50
-63
LoginController.java
src/main/java/common/controller/LoginController.java
+0
-2
redis.properties
src/main/resources/redis.properties
+2
-2
applicationContext-schedule.xml
src/main/resources/spring/applicationContext-schedule.xml
+0
-0
applicationContext.xml
src/main/resources/spring/applicationContext.xml
+6
-9
web.xml
src/main/webapp/WEB-INF/web.xml
+1
-1
No files found.
.gitignore
View file @
c9156385
...
...
@@ -26,3 +26,7 @@ Gruntfile.js
coverage-report
/src/main/websrc/.DS_Store
manager.iml
manage.iml
target
\ No newline at end of file
.idea/workspace.xml
View file @
c9156385
...
...
@@ -2,12 +2,16 @@
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"e2e217e2-2dd6-4c6f-ad19-b1cba46bc7ad"
name=
"Default"
comment=
""
>
<change
type=
"DELETED"
beforePath=
"$PROJECT_DIR$/lib/Test.java"
afterPath=
""
/>
<change
type=
"MOVED"
beforePath=
"$PROJECT_DIR$/src/main/resources/applicationContext-schedule.xml"
afterPath=
"$PROJECT_DIR$/src/main/resources/spring/applicationContext-schedule.xml"
/>
<change
type=
"MOVED"
beforePath=
"$PROJECT_DIR$/src/main/resources/applicationContext.xml"
afterPath=
"$PROJECT_DIR$/src/main/resources/spring/applicationContext.xml"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/.gitignore"
afterPath=
"$PROJECT_DIR$/.gitignore"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/manage.iml"
afterPath=
"$PROJECT_DIR$/manage.iml"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/resources/applicationContext.xml"
afterPath=
"$PROJECT_DIR$/src/main/resources/applicationContext.xml"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/resources/persistence.properties"
afterPath=
"$PROJECT_DIR$/src/main/resources/persistence.properties"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/pom.xml"
afterPath=
"$PROJECT_DIR$/pom.xml"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/common/controller/LoginController.java"
afterPath=
"$PROJECT_DIR$/src/main/java/common/controller/LoginController.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/resources/redis.properties"
afterPath=
"$PROJECT_DIR$/src/main/resources/redis.properties"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/webapp/WEB-INF/web.xml"
afterPath=
"$PROJECT_DIR$/src/main/webapp/WEB-INF/web.xml"
/>
</list>
<list
id=
"933e480d-1136-4c92-9651-6e74b37fc51c"
name=
"Failed commit: Default"
comment=
"track客户管理"
/>
<ignored
path=
"$PROJECT_DIR$/target/"
/>
<option
name=
"EXCLUDED_CONVERTED_TO_IGNORED"
value=
"true"
/>
<option
name=
"TRACKING_ENABLED"
value=
"true"
/>
...
...
@@ -16,63 +20,125 @@
<option
name=
"HIGHLIGHT_NON_ACTIVE_CHANGELIST"
value=
"false"
/>
<option
name=
"LAST_RESOLUTION"
value=
"IGNORE"
/>
</component>
<component
name=
"ClassPatternConfiguration"
>
<testPatterns>
<classPattern
testedClass=
"$CLASS$"
testClass=
"test/$CLASS$Test"
/>
</testPatterns>
</component>
<component
name=
"CreatePatchCommitExecutor"
>
<option
name=
"PATCH_PATH"
value=
""
/>
</component>
<component
name=
"ExecutionTargetManager"
SELECTED_TARGET=
"default_target"
/>
<component
name=
"FileEditorManager"
>
<leaf
SIDE_TABS_SIZE_LIMIT_KEY=
"300"
>
<file
leaf-file-name=
"
LoginController.java
"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/
src/main/java/common/controller/LoginController.java
"
>
<file
leaf-file-name=
"
.gitignore
"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/
.gitignore
"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
-4
6"
>
<caret
line=
"
36"
column=
"42"
lean-forward=
"false"
selection-start-line=
"36"
selection-start-column=
"42"
selection-end-line=
"36"
selection-end-column=
"42
"
/>
<state
relative-caret-position=
"
39
6"
>
<caret
line=
"
18"
column=
"7"
lean-forward=
"false"
selection-start-line=
"18"
selection-start-column=
"7"
selection-end-line=
"18"
selection-end-column=
"7
"
/>
<folding
/>
</state>
</provider>
</entry>
</file>
<file
leaf-file-name=
"applicationContext.xml"
pinned=
"false"
current-in-tab=
"true"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/resources/applicationContext.xml"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/resources/
spring/
applicationContext.xml"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
1357
"
>
<caret
line=
"
83"
column=
"57"
lean-forward=
"false"
selection-start-line=
"83"
selection-start-column=
"57"
selection-end-line=
"83"
selection-end-column=
"57
"
/>
<state
relative-caret-position=
"
-352
"
>
<caret
line=
"
22"
column=
"42"
lean-forward=
"false"
selection-start-line=
"22"
selection-start-column=
"42"
selection-end-line=
"22"
selection-end-column=
"42
"
/>
<folding>
<element
signature=
"e#2861#2892#0"
expanded=
"true"
/>
<element
signature=
"e#3341#3368#0"
expanded=
"true"
/>
<element
signature=
"e#3405#3437#0"
expanded=
"true"
/>
<element
signature=
"e#3474#3506#0"
expanded=
"true"
/>
<element
signature=
"e#3603#3629#0"
expanded=
"true"
/>
<element
signature=
"e#3666#3697#0"
expanded=
"true"
/>
<element
signature=
"e#3734#3765#0"
expanded=
"true"
/>
<element
signature=
"e#3860#3884#0"
expanded=
"true"
/>
<element
signature=
"e#3921#3950#0"
expanded=
"true"
/>
<element
signature=
"e#3987#4016#0"
expanded=
"true"
/>
<element
signature=
"e#4112#4137#0"
expanded=
"true"
/>
<element
signature=
"e#4174#4204#0"
expanded=
"true"
/>
<element
signature=
"e#4241#4271#0"
expanded=
"true"
/>
<element
signature=
"e#4365#4388#0"
expanded=
"true"
/>
<element
signature=
"e#4425#4453#0"
expanded=
"true"
/>
<element
signature=
"e#1932#1952#0"
expanded=
"true"
/>
<element
signature=
"e#1960#1980#0"
expanded=
"true"
/>
<element
signature=
"e#2339#2370#0"
expanded=
"true"
/>
<element
signature=
"e#2819#2846#0"
expanded=
"true"
/>
<element
signature=
"e#2883#2915#0"
expanded=
"true"
/>
<element
signature=
"e#2952#2984#0"
expanded=
"true"
/>
<element
signature=
"e#3081#3107#0"
expanded=
"true"
/>
<element
signature=
"e#3144#3175#0"
expanded=
"true"
/>
<element
signature=
"e#3212#3243#0"
expanded=
"true"
/>
<element
signature=
"e#3338#3362#0"
expanded=
"true"
/>
<element
signature=
"e#3399#3428#0"
expanded=
"true"
/>
<element
signature=
"e#3465#3494#0"
expanded=
"true"
/>
<element
signature=
"e#3590#3615#0"
expanded=
"true"
/>
<element
signature=
"e#3652#3682#0"
expanded=
"true"
/>
<element
signature=
"e#3719#3749#0"
expanded=
"true"
/>
<element
signature=
"e#3843#3866#0"
expanded=
"true"
/>
<element
signature=
"e#3903#3931#0"
expanded=
"true"
/>
<element
signature=
"e#3968#3996#0"
expanded=
"true"
/>
</folding>
</state>
</provider>
</entry>
</file>
<file
leaf-file-name=
"db.properties"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/resources/db.properties"
>
<file
leaf-file-name=
"applicationContext.xml"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/target/classes/spring/applicationContext.xml"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"286"
>
<caret
line=
"36"
column=
"0"
lean-forward=
"true"
selection-start-line=
"36"
selection-start-column=
"0"
selection-end-line=
"36"
selection-end-column=
"0"
/>
<folding>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"2076:2276"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"2570:2643"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"2763:3204"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"3255:3461"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"3517:3720"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"3774:3971"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"4026:4226"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"4279:4473"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"4606:5331"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"4903:5308"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"5446:6098"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"5679:6077"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"6445:6850"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"6987:7651"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"7223:7628"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"7763:8423"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"7995:8400"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"8552:8642"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"8752:8830"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"8926:9010"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"9104:9186"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"9281:9364"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"9457:9538"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"9620:9761"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"9814:9967"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"10018:10167"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"10219:10370"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"10420:10567"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"11143:11521"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"11161:11507"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"11602:11980"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"11620:11966"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"12056:12434"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"12074:12420"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"12512:12890"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"12530:12876"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"12964:13342"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"12982:13328"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"13377:13540"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"13574:13755"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"13789:13962"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"13996:14173"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"14336:14542"
ph=
"..."
/>
</folding>
</state>
</provider>
</entry>
</file>
<file
leaf-file-name=
"redis.properties"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/target/classes/redis.properties"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"0"
>
<caret
line=
"0"
column=
"
3"
lean-forward=
"false"
selection-start-line=
"0"
selection-start-column=
"3"
selection-end-line=
"0"
selection-end-column=
"3
"
/>
<caret
line=
"0"
column=
"
0"
lean-forward=
"false"
selection-start-line=
"0"
selection-start-column=
"0"
selection-end-line=
"0"
selection-end-column=
"0
"
/>
<folding
/>
</state>
</provider>
</entry>
</file>
<file
leaf-file-name=
"
persistence.properties
"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/
resources/persistence.properties
"
>
<file
leaf-file-name=
"
LoginController.java
"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/
java/common/controller/LoginController.java
"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
483
"
>
<caret
line=
"
21"
column=
"4"
lean-forward=
"false"
selection-start-line=
"21"
selection-start-column=
"4"
selection-end-line=
"21"
selection-end-column=
"
4"
/>
<state
relative-caret-position=
"
396
"
>
<caret
line=
"
18"
column=
"14"
lean-forward=
"false"
selection-start-line=
"18"
selection-start-column=
"14"
selection-end-line=
"18"
selection-end-column=
"1
4"
/>
<folding
/>
</state>
</provider>
...
...
@@ -81,8 +147,51 @@
<file
leaf-file-name=
"pom.xml"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/pom.xml"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"183"
>
<caret
line=
"39"
column=
"32"
lean-forward=
"false"
selection-start-line=
"39"
selection-start-column=
"32"
selection-end-line=
"39"
selection-end-column=
"32"
/>
<state
relative-caret-position=
"312"
>
<caret
line=
"211"
column=
"46"
lean-forward=
"false"
selection-start-line=
"211"
selection-start-column=
"46"
selection-end-line=
"211"
selection-end-column=
"46"
/>
<folding
/>
</state>
</provider>
<provider
editor-type-id=
"MavenHelperPluginDependencyAnalyzer"
>
<state
/>
</provider>
</entry>
</file>
<file
leaf-file-name=
"manager.iml"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/manager.iml"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"0"
>
<caret
line=
"0"
column=
"0"
lean-forward=
"false"
selection-start-line=
"0"
selection-start-column=
"0"
selection-end-line=
"0"
selection-end-column=
"0"
/>
<folding
/>
</state>
</provider>
</entry>
</file>
<file
leaf-file-name=
"redis.properties"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/resources/redis.properties"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"330"
>
<caret
line=
"15"
column=
"0"
lean-forward=
"true"
selection-start-line=
"15"
selection-start-column=
"0"
selection-end-line=
"15"
selection-end-column=
"0"
/>
<folding
/>
</state>
</provider>
</entry>
</file>
<file
leaf-file-name=
"rest-servlet.xml"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/resources/rest-servlet.xml"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"132"
>
<caret
line=
"16"
column=
"8"
lean-forward=
"false"
selection-start-line=
"14"
selection-start-column=
"32"
selection-end-line=
"16"
selection-end-column=
"8"
/>
<folding
/>
</state>
</provider>
</entry>
</file>
<file
leaf-file-name=
"web.xml"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/webapp/WEB-INF/web.xml"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"330"
>
<caret
line=
"31"
column=
"53"
lean-forward=
"false"
selection-start-line=
"31"
selection-start-column=
"53"
selection-end-line=
"31"
selection-end-column=
"53"
/>
<folding
/>
</state>
</provider>
...
...
@@ -107,6 +216,7 @@
<find>
log
</find>
<find>
officeEntityManagerFactory
</find>
<find>
officeTransactionManager
</find>
<find>
jpa
</find>
</findStrings>
<replaceStrings>
<replace
/>
...
...
@@ -123,12 +233,6 @@
<component
name=
"IdeDocumentHistory"
>
<option
name=
"CHANGED_PATHS"
>
<list>
<option
value=
"$PROJECT_DIR$/src/main/java/common/repository/CityRepository.java"
/>
<option
value=
"$PROJECT_DIR$/web/WEB-INF/web.xml"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/common/model/AppInfo.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/common/repository/AppCategoryRepository.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/common/service/AppService.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/common/service/impl/AppServiceImpl.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/dic/OperateSatusEnum.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/dic/OperateObjectTypeEnum.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/util/IP.java"
/>
...
...
@@ -170,13 +274,54 @@
<option
value=
"$PROJECT_DIR$/src/main/java/office/repository/BussinessManRepository.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/dic/RoleEnum.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/resources/applicationContext-schedule.xml"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/common/controller/LoginController.java"
/>
<option
value=
"$PROJECT_DIR$/pom.xml"
/>
<option
value=
"$PROJECT_DIR$/src/main/resources/persistence.properties"
/>
<option
value=
"$PROJECT_DIR$/src/main/resources/applicationContext.xml"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/util/Constant.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/resources/redis.properties"
/>
<option
value=
"$PROJECT_DIR$/.gitignore"
/>
<option
value=
"$PROJECT_DIR$/src/main/webapp/WEB-INF/web.xml"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/common/controller/LoginController.java"
/>
<option
value=
"$PROJECT_DIR$/pom.xml"
/>
<option
value=
"$PROJECT_DIR$/target/classes/spring/applicationContext.xml"
/>
<option
value=
"$PROJECT_DIR$/src/main/resources/spring/applicationContext.xml"
/>
</list>
</option>
</component>
<component
name=
"JUnitClassTemplateConfiguration"
>
<option
name=
"DONT_SHOW_TEMPLATE_DIALOG_IF_ONLY_ONE_TEMPLATE"
value=
"false"
/>
<option
name=
"DONT_SHOW_METHODS_DIALOG_IF_ONLY_ONE_METHOD"
value=
"false"
/>
<option
name=
"LAST_TEMPLATE_NAME"
value=
"Default Test Class.java"
/>
<option
name=
"TEST_TEMPLATES"
>
<value>
<list
size=
"1"
>
<item
index=
"0"
class=
"java.lang.String"
itemvalue=
"Default Test Class.java"
/>
</list>
</value>
</option>
</component>
<component
name=
"JUnitMethodTemplateConfiguration"
>
<option
name=
"DONT_SHOW_TEMPLATE_DIALOG_IF_ONLY_ONE_TEMPLATE"
value=
"false"
/>
<option
name=
"DONT_SHOW_METHODS_DIALOG_IF_ONLY_ONE_METHOD"
value=
"false"
/>
<option
name=
"LAST_TEMPLATE_NAME"
value=
"Default Test Method.java"
/>
<option
name=
"TEST_TEMPLATES"
>
<value>
<list
size=
"2"
>
<item
index=
"0"
class=
"java.lang.String"
itemvalue=
"Default Test Method.java"
/>
<item
index=
"1"
class=
"java.lang.String"
itemvalue=
"Test Method throws Exception.java"
/>
</list>
</value>
</option>
</component>
<component
name=
"JUnitTestConfiguration"
>
<option
name=
"IS_AUTO_TEST_CLASS_RENAME_ENABLED"
value=
"true"
/>
<option
name=
"IS_AUTO_TEST_CLASS_MOVE_ENABLED"
value=
"true"
/>
<option
name=
"IS_AUTO_TEST_CLASS_REFACTORING_ENABLED"
value=
"true"
/>
<option
name=
"IS_AUTO_TEST_METHODS_RENAME_ENABLED"
value=
"true"
/>
<option
name=
"IS_UNTESTED_METHOD_ICON_ENABLED"
value=
"true"
/>
<option
name=
"IS_GET_METHOD_ICONS_ENABLED"
value=
"true"
/>
<option
name=
"IS_SET_METHOD_ICONS_ENABLED"
value=
"true"
/>
<option
name=
"IS_UNIT_TEST_ENABLED"
value=
"true"
/>
</component>
<component
name=
"JsBuildToolGruntFileManager"
detection-done=
"true"
sorting=
"DEFINITION_ORDER"
/>
<component
name=
"JsBuildToolPackageJson"
detection-done=
"true"
sorting=
"DEFINITION_ORDER"
/>
<component
name=
"JsGulpfileManager"
>
...
...
@@ -189,6 +334,16 @@
<option
name=
"importAutomatically"
value=
"true"
/>
</MavenImportingSettings>
</option>
<option
name=
"enabledProfiles"
>
<list>
<option
value=
"test"
/>
</list>
</option>
<option
name=
"disabledProfiles"
>
<list>
<option
value=
"dev"
/>
</list>
</option>
</component>
<component
name=
"MavenProjectNavigator"
>
<treeState>
...
...
@@ -201,6 +356,10 @@
<option
name=
"myItemId"
value=
"myweb Maven Webapp"
/>
<option
name=
"myItemType"
value=
"org.jetbrains.idea.maven.navigator.MavenProjectsStructure$ProjectNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"Dependencies"
/>
<option
name=
"myItemType"
value=
"org.jetbrains.idea.maven.navigator.MavenProjectsStructure$DependenciesNode"
/>
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
...
...
@@ -212,8 +371,12 @@
<option
name=
"myItemType"
value=
"org.jetbrains.idea.maven.navigator.MavenProjectsStructure$ProjectNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"Plugins"
/>
<option
name=
"myItemType"
value=
"org.jetbrains.idea.maven.navigator.MavenProjectsStructure$PluginsNode"
/>
<option
name=
"myItemId"
value=
"Dependencies"
/>
<option
name=
"myItemType"
value=
"org.jetbrains.idea.maven.navigator.MavenProjectsStructure$DependenciesNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"com.google.api-ads:ads-lib:3.9.0"
/>
<option
name=
"myItemType"
value=
"org.jetbrains.idea.maven.navigator.MavenProjectsStructure$DependencyNode"
/>
</PATH_ELEMENT>
</PATH>
<PATH>
...
...
@@ -225,22 +388,37 @@
<option
name=
"myItemId"
value=
"myweb Maven Webapp"
/>
<option
name=
"myItemType"
value=
"org.jetbrains.idea.maven.navigator.MavenProjectsStructure$ProjectNode"
/>
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"Plugins"
/>
<option
name=
"myItemType"
value=
"org.jetbrains.idea.maven.navigator.MavenProjectsStructure$PluginsNode"
/>
<option
name=
"myItemId"
value=
""
/>
<option
name=
"myItemType"
value=
"org.jetbrains.idea.maven.navigator.MavenProjectsStructure$RootNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"myweb Maven Webapp"
/>
<option
name=
"myItemType"
value=
"org.jetbrains.idea.maven.navigator.MavenProjectsStructure$ProjectNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"Lifecycle"
/>
<option
name=
"myItemType"
value=
"org.jetbrains.idea.maven.navigator.MavenProjectsStructure$LifecycleNode"
/>
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"jetty"
/>
<option
name=
"myItemType"
value=
"org.jetbrains.idea.maven.navigator.MavenProjectsStructure$PluginNode"
/>
<option
name=
"myItemId"
value=
""
/>
<option
name=
"myItemType"
value=
"org.jetbrains.idea.maven.navigator.MavenProjectsStructure$RootNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"Profiles"
/>
<option
name=
"myItemType"
value=
"org.jetbrains.idea.maven.navigator.MavenProjectsStructure$ProfilesNode"
/>
</PATH_ELEMENT>
</PATH>
</treeState>
</component>
<component
name=
"ProjectFrameBounds"
>
<option
name=
"x"
value=
"-8"
/>
<option
name=
"y"
value=
"-8"
/>
<option
name=
"width"
value=
"1382"
/>
<option
name=
"height"
value=
"744"
/>
<option
name=
"y"
value=
"23"
/>
<option
name=
"width"
value=
"2560"
/>
<option
name=
"height"
value=
"1380"
/>
</component>
<component
name=
"ProjectLevelVcsManager"
>
<ConfirmationsSetting
value=
"1"
id=
"Add"
/>
...
...
@@ -254,57 +432,56 @@
<hideEmptyPackages
/>
<abbreviatePackageNames
/>
<autoscrollToSource
/>
<autoscrollFromSource
/>
<autoscrollFromSource
ProjectPane=
"true"
/>
<sortByType
/>
<manualOrder
/>
<foldersAlwaysOnTop
value=
"true"
/>
</navigator>
<panes>
<pane
id=
"Scratches"
/>
<pane
id=
"PackagesPane"
>
<pane
id=
"ProjectPane"
>
<subPane>
<PATH>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manager"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.P
ackage
ViewProjectNode"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.P
roject
ViewProjectNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manage"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.P
ackageViewModule
Node"
/>
<option
name=
"myItemId"
value=
"manage
r
"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.P
siDirectory
Node"
/>
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manager"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.P
ackage
ViewProjectNode"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.P
roject
ViewProjectNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manage"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.P
ackageViewModule
Node"
/>
<option
name=
"myItemId"
value=
"manage
r
"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.P
siDirectory
Node"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"util"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PackageElementNode"
/>
<option
name=
"myItemId"
value=
"web"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"WEB-INF"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manager"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.P
ackage
ViewProjectNode"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.P
roject
ViewProjectNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manage"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.P
ackageViewModule
Node"
/>
<option
name=
"myItemId"
value=
"manage
r
"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.P
siDirectory
Node"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"
common
"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.P
ackageElement
Node"
/>
<option
name=
"myItemId"
value=
"
target
"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.P
siDirectory
Node"
/>
</PATH_ELEMENT>
</PATH>
</subPane>
</pane>
<pane
id=
"ProjectPane"
>
<subPane>
<PATH>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manager"
/>
...
...
@@ -314,6 +491,36 @@
<option
name=
"myItemId"
value=
"manager"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"target"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"classes"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manager"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manager"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"target"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"classes"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"spring"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
...
...
@@ -332,6 +539,14 @@
<option
name=
"myItemId"
value=
"main"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"webapp"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"WEB-INF"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
...
...
@@ -355,9 +570,100 @@
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manager"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manager"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"src"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"main"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"resources"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"spring"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manager"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manager"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"src"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"main"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"java"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
</PATH>
</subPane>
</pane>
<pane
id=
"Scratches"
/>
<pane
id=
"Scope"
/>
<pane
id=
"PackagesPane"
>
<subPane>
<PATH>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manager"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PackageViewProjectNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manage"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PackageViewModuleNode"
/>
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manager"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PackageViewProjectNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manage"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PackageViewModuleNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"util"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PackageElementNode"
/>
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manager"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PackageViewProjectNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manage"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PackageViewModuleNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"common"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PackageElementNode"
/>
</PATH_ELEMENT>
</PATH>
</subPane>
</pane>
</panes>
</component>
<component
name=
"PropertiesComponent"
>
...
...
@@ -369,9 +675,10 @@
<property
name=
"js-jscs-nodeInterpreter"
value=
"C:\Program Files\nodejs\node.exe"
/>
<property
name=
"last_directory_selection"
value=
"$PROJECT_DIR$/src/main/java"
/>
<property
name=
"SearchEverywhereHistoryKey"
value=
"BussinussManService	FILE	file://E:/newgit/manager/src/main/java/office/service/impl/BussinussManServiceImpl.java .update	PSI	JAVA://update bysql	PSI	JAVA://tkio.service.impl.TkioAccountServiceImpl#URI_REPORT_BY_SQL"
/>
<property
name=
"project.structure.last.edited"
value=
"
Project
"
/>
<property
name=
"project.structure.last.edited"
value=
"
Modules
"
/>
<property
name=
"project.structure.proportion"
value=
"0.15"
/>
<property
name=
"project.structure.side.proportion"
value=
"0.2"
/>
<property
name=
"settings.editor.selected.configurable"
value=
"preferences.lookFeel"
/>
</component>
<component
name=
"RecentsManager"
>
<key
name=
"CopyClassDialog.RECENTS_KEY"
>
...
...
@@ -381,6 +688,9 @@
<recent
name=
"tkio.service"
/>
<recent
name=
"tkio.repository"
/>
</key>
<key
name=
"MoveFile.RECENT_KEYS"
>
<recent
name=
"$PROJECT_DIR$/src/main/resources/spring"
/>
</key>
</component>
<component
name=
"RunManager"
selected=
"Maven.manager"
>
<configuration
default=
"false"
name=
"SyncAppDataTask"
type=
"Application"
factoryName=
"Application"
temporary=
"true"
nameIsGenerated=
"true"
>
...
...
@@ -430,61 +740,6 @@
<predefined_log_file
id=
"idea.log"
enabled=
"true"
/>
<method
/>
</configuration>
<configuration
default=
"true"
type=
"AndroidRunConfigurationType"
factoryName=
"Android App"
>
<module
name=
""
/>
<option
name=
"DEPLOY"
value=
"true"
/>
<option
name=
"ARTIFACT_NAME"
value=
""
/>
<option
name=
"PM_INSTALL_OPTIONS"
value=
""
/>
<option
name=
"ACTIVITY_EXTRA_FLAGS"
value=
""
/>
<option
name=
"MODE"
value=
"default_activity"
/>
<option
name=
"TARGET_SELECTION_MODE"
value=
"SHOW_DIALOG"
/>
<option
name=
"PREFERRED_AVD"
value=
""
/>
<option
name=
"CLEAR_LOGCAT"
value=
"false"
/>
<option
name=
"SHOW_LOGCAT_AUTOMATICALLY"
value=
"false"
/>
<option
name=
"SKIP_NOOP_APK_INSTALLATIONS"
value=
"true"
/>
<option
name=
"FORCE_STOP_RUNNING_APP"
value=
"true"
/>
<option
name=
"DEBUGGER_TYPE"
value=
"Java"
/>
<option
name=
"USE_LAST_SELECTED_DEVICE"
value=
"false"
/>
<option
name=
"PREFERRED_AVD"
value=
""
/>
<Java
/>
<Profilers>
<option
name=
"ENABLE_ADVANCED_PROFILING"
value=
"true"
/>
<option
name=
"GAPID_ENABLED"
value=
"false"
/>
<option
name=
"GAPID_DISABLE_PCS"
value=
"false"
/>
<option
name=
"SUPPORT_LIB_ENABLED"
value=
"true"
/>
<option
name=
"INSTRUMENTATION_ENABLED"
value=
"true"
/>
</Profilers>
<option
name=
"DEEP_LINK"
value=
""
/>
<option
name=
"ACTIVITY_CLASS"
value=
""
/>
<method
/>
</configuration>
<configuration
default=
"true"
type=
"AndroidTestRunConfigurationType"
factoryName=
"Android Tests"
>
<module
name=
""
/>
<option
name=
"TESTING_TYPE"
value=
"0"
/>
<option
name=
"INSTRUMENTATION_RUNNER_CLASS"
value=
""
/>
<option
name=
"METHOD_NAME"
value=
""
/>
<option
name=
"CLASS_NAME"
value=
""
/>
<option
name=
"PACKAGE_NAME"
value=
""
/>
<option
name=
"EXTRA_OPTIONS"
value=
""
/>
<option
name=
"TARGET_SELECTION_MODE"
value=
"SHOW_DIALOG"
/>
<option
name=
"PREFERRED_AVD"
value=
""
/>
<option
name=
"CLEAR_LOGCAT"
value=
"false"
/>
<option
name=
"SHOW_LOGCAT_AUTOMATICALLY"
value=
"false"
/>
<option
name=
"SKIP_NOOP_APK_INSTALLATIONS"
value=
"true"
/>
<option
name=
"FORCE_STOP_RUNNING_APP"
value=
"true"
/>
<option
name=
"DEBUGGER_TYPE"
value=
"Java"
/>
<option
name=
"USE_LAST_SELECTED_DEVICE"
value=
"false"
/>
<option
name=
"PREFERRED_AVD"
value=
""
/>
<Java
/>
<Profilers>
<option
name=
"ENABLE_ADVANCED_PROFILING"
value=
"true"
/>
<option
name=
"GAPID_ENABLED"
value=
"false"
/>
<option
name=
"GAPID_DISABLE_PCS"
value=
"false"
/>
<option
name=
"SUPPORT_LIB_ENABLED"
value=
"true"
/>
<option
name=
"INSTRUMENTATION_ENABLED"
value=
"true"
/>
</Profilers>
<method
/>
</configuration>
<configuration
default=
"true"
type=
"Applet"
factoryName=
"Applet"
>
<option
name=
"HTML_USED"
value=
"false"
/>
<option
name=
"WIDTH"
value=
"400"
/>
...
...
@@ -508,6 +763,65 @@
<envs
/>
<method
/>
</configuration>
<configuration
default=
"true"
type=
"ArquillianJUnit"
factoryName=
""
nameIsGenerated=
"true"
>
<extension
name=
"coverage"
enabled=
"false"
merge=
"false"
sample_coverage=
"true"
runner=
"idea"
/>
<module
name=
""
/>
<option
name=
"arquillianRunConfiguration"
>
<value>
<option
name=
"containerStateName"
value=
""
/>
</value>
</option>
<option
name=
"ALTERNATIVE_JRE_PATH_ENABLED"
value=
"false"
/>
<option
name=
"ALTERNATIVE_JRE_PATH"
/>
<option
name=
"PACKAGE_NAME"
/>
<option
name=
"MAIN_CLASS_NAME"
/>
<option
name=
"METHOD_NAME"
/>
<option
name=
"TEST_OBJECT"
value=
"class"
/>
<option
name=
"VM_PARAMETERS"
/>
<option
name=
"PARAMETERS"
/>
<option
name=
"WORKING_DIRECTORY"
/>
<option
name=
"ENV_VARIABLES"
/>
<option
name=
"PASS_PARENT_ENVS"
value=
"true"
/>
<option
name=
"TEST_SEARCH_SCOPE"
>
<value
defaultName=
"singleModule"
/>
</option>
<envs
/>
<patterns
/>
<method
/>
</configuration>
<configuration
default=
"true"
type=
"ArquillianTestNG"
factoryName=
""
>
<extension
name=
"coverage"
enabled=
"false"
merge=
"false"
sample_coverage=
"true"
runner=
"idea"
/>
<module
name=
""
/>
<option
name=
"arquillianRunConfiguration"
>
<value>
<option
name=
"containerStateName"
value=
""
/>
</value>
</option>
<option
name=
"ALTERNATIVE_JRE_PATH_ENABLED"
value=
"false"
/>
<option
name=
"ALTERNATIVE_JRE_PATH"
/>
<option
name=
"SUITE_NAME"
/>
<option
name=
"PACKAGE_NAME"
/>
<option
name=
"MAIN_CLASS_NAME"
/>
<option
name=
"METHOD_NAME"
/>
<option
name=
"GROUP_NAME"
/>
<option
name=
"TEST_OBJECT"
value=
"CLASS"
/>
<option
name=
"VM_PARAMETERS"
/>
<option
name=
"PARAMETERS"
/>
<option
name=
"WORKING_DIRECTORY"
/>
<option
name=
"OUTPUT_DIRECTORY"
/>
<option
name=
"ANNOTATION_TYPE"
/>
<option
name=
"ENV_VARIABLES"
/>
<option
name=
"PASS_PARENT_ENVS"
value=
"true"
/>
<option
name=
"TEST_SEARCH_SCOPE"
>
<value
defaultName=
"singleModule"
/>
</option>
<option
name=
"USE_DEFAULT_REPORTERS"
value=
"false"
/>
<option
name=
"PROPERTIES_FILE"
/>
<envs
/>
<properties
/>
<listeners
/>
<method
/>
</configuration>
<configuration
default=
"true"
type=
"Cold Fusion runner description"
factoryName=
"Cold Fusion"
custom_browser=
""
web_path=
""
>
<method
/>
</configuration>
...
...
@@ -744,6 +1058,10 @@
<listeners
/>
<method
/>
</configuration>
<configuration
default=
"true"
type=
"jmh-id"
factoryName=
"Jmh"
>
<module
name=
""
/>
<method
/>
</configuration>
<configuration
default=
"true"
type=
"js.build_tools.gulp"
factoryName=
"Gulp.js"
>
<node-interpreter>
project
</node-interpreter>
<node-options
/>
...
...
@@ -824,6 +1142,7 @@
<workItem
from=
"1514532893566"
duration=
"15979000"
/>
<workItem
from=
"1514864002596"
duration=
"403000"
/>
<workItem
from=
"1514942069837"
duration=
"3210000"
/>
<workItem
from=
"1514949451448"
duration=
"1759000"
/>
</task>
<task
id=
"LOCAL-00003"
summary=
"Merge branch 'master' of git.minrow.com:reyun/manager # Conflicts: #	pom.xml #	target/classes/common.properties #	target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst "
>
<created>
1514871143365
</created>
...
...
@@ -920,46 +1239,53 @@
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"7
5868
000"
/>
<option
name=
"totallyTimeSpent"
value=
"7
7627
000"
/>
</component>
<component
name=
"ToolWindowManager"
>
<frame
x=
"
-8"
y=
"-8"
width=
"1382"
height=
"744
"
extended-state=
"6"
/>
<frame
x=
"
0"
y=
"23"
width=
"2560"
height=
"1380
"
extended-state=
"6"
/>
<editor
active=
"false"
/>
<layout>
<window_info
id=
"Palette"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Nl-Palette"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"6"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Event Log"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.58919805"
sideWeight=
"0.5030257"
order=
"6"
side_tool=
"true"
content_ui=
"tabs"
/>
<window_info
id=
"Maven Projects"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.32980332"
sideWeight=
"0.5"
order=
"0"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Properties"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"1"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Capture Tool"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"0"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Maven Projects"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"true"
show_stripe_button=
"true"
weight=
"0.32949126"
sideWeight=
"0.5"
order=
"0"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"JRebel Executor"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"12"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Designer"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"1"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Memory View"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"-1"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Get Gist"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"-1"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Database"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"2"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"SonarQube"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"-1"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Structure"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.24962178"
sideWeight=
"0.5"
order=
"8"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Ant Build"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.25"
sideWeight=
"0.5"
order=
"9"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"UI Designer"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"2"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Debug"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.44517186"
sideWeight=
"0.5"
order=
"10"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"TODO"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.3289689"
sideWeight=
"0.5"
order=
"13"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Messages"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.3289689"
sideWeight=
"0.5"
order=
"0"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Palette	"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"3"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Image Layers"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"3"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Java Enterprise"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"1"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Capture Analysis"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"4"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Version Control"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.3289689"
sideWeight=
"0.5"
order=
"2"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Run"
active=
"true"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"true"
show_stripe_button=
"true"
weight=
"0.58919805"
sideWeight=
"0.4969743"
order=
"9"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Version Control"
active=
"true"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"true"
show_stripe_button=
"true"
weight=
"0.32840466"
sideWeight=
"0.5"
order=
"2"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Run"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.42490274"
sideWeight=
"0.4969743"
order=
"9"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Spring"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"3"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"CheckStyle"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"4"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Terminal"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.5581015"
sideWeight=
"0.5"
order=
"5"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Project"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"true"
show_stripe_button=
"true"
weight=
"0.
2647504
"
sideWeight=
"0.5"
order=
"7"
side_tool=
"false"
content_ui=
"combo"
/>
<window_info
id=
"Project"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"true"
show_stripe_button=
"true"
weight=
"0.
14308426
"
sideWeight=
"0.5"
order=
"7"
side_tool=
"false"
content_ui=
"combo"
/>
<window_info
id=
"Bean Validation"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.32980332"
sideWeight=
"0.5"
order=
"5"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Gradle View"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"-1"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"JRebel"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"4"
side_tool=
"true"
content_ui=
"tabs"
/>
<window_info
id=
"Web"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"4"
side_tool=
"true"
content_ui=
"tabs"
/>
<window_info
id=
"
Theme Preview"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"6
"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"
Find"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.3299611"
sideWeight=
"0.5"
order=
"8
"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Favorites"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"5"
side_tool=
"true"
content_ui=
"tabs"
/>
<window_info
id=
"Cvs"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.25"
sideWeight=
"0.5"
order=
"11"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Palette"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Nl-Palette"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"6"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Message"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Commander"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.4"
sideWeight=
"0.5"
order=
"8"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Application Servers"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"11"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Properties"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"1"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Capture Tool"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"0"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Hierarchy"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.25"
sideWeight=
"0.5"
order=
"10"
side_tool=
"false"
content_ui=
"combo"
/>
<window_info
id=
"Messages"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.3289689"
sideWeight=
"0.5"
order=
"0"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"UI Designer"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"2"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Image Layers"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"3"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Capture Analysis"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"4"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Inspection"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.4"
sideWeight=
"0.5"
order=
"12"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"CheckStyle"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"4"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Find"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"8"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Theme Preview"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"6"
side_tool=
"false"
content_ui=
"tabs"
/>
</layout>
<layout-to-restore>
<window_info
id=
"Palette"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
...
...
@@ -1047,67 +1373,6 @@
<option
name=
"FILTER_TARGETS"
value=
"false"
/>
</component>
<component
name=
"editorHistoryManager"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/tkio/controller/TkioAccountController.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"-21"
>
<caret
line=
"30"
column=
"58"
lean-forward=
"false"
selection-start-line=
"30"
selection-start-column=
"53"
selection-end-line=
"30"
selection-end-column=
"58"
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/tkio/task/SyncAppDataTask.java"
/>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/dmp/model/OtPkgDevStats.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"6"
>
<caret
line=
"11"
column=
"26"
lean-forward=
"false"
selection-start-line=
"11"
selection-start-column=
"13"
selection-end-line=
"11"
selection-end-column=
"26"
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/service/IOpenApiService.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"264"
>
<caret
line=
"12"
column=
"8"
lean-forward=
"false"
selection-start-line=
"12"
selection-start-column=
"8"
selection-end-line=
"12"
selection-end-column=
"8"
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/dmp/repository/TagCrawlerAppsWandoujiaRepository.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"220"
>
<caret
line=
"14"
column=
"17"
lean-forward=
"false"
selection-start-line=
"14"
selection-start-column=
"17"
selection-end-line=
"14"
selection-end-column=
"17"
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/dmp/model/TagCrawlerAppsWandoujia.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"308"
>
<caret
line=
"45"
column=
"0"
lean-forward=
"false"
selection-start-line=
"45"
selection-start-column=
"0"
selection-end-line=
"45"
selection-end-column=
"0"
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/task/SyncAppDataNewTask.java"
/>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/model/AppDevNum.java"
/>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/repository/AppDevNumRepository.java"
/>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/task/ReportCallable.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"198"
>
<caret
line=
"155"
column=
"16"
lean-forward=
"false"
selection-start-line=
"155"
selection-start-column=
"16"
selection-end-line=
"155"
selection-end-column=
"16"
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/util/Constant.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"194"
>
<caret
line=
"22"
column=
"67"
lean-forward=
"false"
selection-start-line=
"22"
selection-start-column=
"61"
selection-end-line=
"22"
selection-end-column=
"67"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/service/impl/OpenApiServiceImpl.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"220"
>
<caret
line=
"42"
column=
"42"
lean-forward=
"false"
selection-start-line=
"42"
selection-start-column=
"40"
selection-end-line=
"42"
selection-end-column=
"42"
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/repository/AppInfoRepository.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"184"
>
...
...
@@ -1143,28 +1408,9 @@
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/lib/test"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"0"
>
<caret
line=
"0"
column=
"0"
lean-forward=
"false"
selection-start-line=
"0"
selection-start-column=
"0"
selection-end-line=
"0"
selection-end-column=
"0"
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/lib/Test.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"69"
>
<caret
line=
"3"
column=
"17"
lean-forward=
"false"
selection-start-line=
"3"
selection-start-column=
"17"
selection-end-line=
"3"
selection-end-column=
"17"
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/lib/test"
/>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/util/RedisUtilNew.java"
/>
<entry
file=
"jar://$MAVEN_REPOSITORY$/dnsjava/dnsjava/2.1.8/dnsjava-2.1.8.jar!/update.class"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"-2737"
>
<caret
line=
"35"
column=
"13"
lean-forward=
"false"
selection-start-line=
"35"
selection-start-column=
"13"
selection-end-line=
"35"
selection-end-column=
"13"
/>
</state>
</provider>
</entry>
<entry
file=
"jar://$MAVEN_REPOSITORY$/dnsjava/dnsjava/2.1.8/dnsjava-2.1.8.jar!/update.class"
/>
<entry
file=
"file://$PROJECT_DIR$/src/main/resources/logback/dev/logback.xml"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"0"
>
...
...
@@ -1309,35 +1555,38 @@
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/resources/applicationContext-schedule.xml"
>
<entry
file=
"file://$PROJECT_DIR$/target/classes/applicationContext.xml"
/>
<entry
file=
"file://$PROJECT_DIR$/lib/Test.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
138
"
>
<caret
line=
"
15"
column=
"27"
lean-forward=
"true"
selection-start-line=
"15"
selection-start-column=
"27"
selection-end-line=
"15"
selection-end-column=
"2
7"
/>
<state
relative-caret-position=
"
66
"
>
<caret
line=
"
3"
column=
"17"
lean-forward=
"false"
selection-start-line=
"3"
selection-start-column=
"17"
selection-end-line=
"3"
selection-end-column=
"1
7"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/
java/common/controller/LoginController.java
"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/
resources/spring/applicationContext-schedule.xml
"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
-46
"
>
<caret
line=
"
36"
column=
"42"
lean-forward=
"false"
selection-start-line=
"36"
selection-start-column=
"42"
selection-end-line=
"36"
selection-end-column=
"42
"
/>
<state
relative-caret-position=
"
330
"
>
<caret
line=
"
15"
column=
"27"
lean-forward=
"false"
selection-start-line=
"15"
selection-start-column=
"27"
selection-end-line=
"15"
selection-end-column=
"27
"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/
target/classes/applicationContext.xml
"
>
<entry
file=
"file://$PROJECT_DIR$/
src/main/resources/common.properties
"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
23
0"
>
<caret
line=
"
46"
column=
"80"
lean-forward=
"true"
selection-start-line=
"46"
selection-start-column=
"80"
selection-end-line=
"46"
selection-end-column=
"8
0"
/>
<state
relative-caret-position=
"0"
>
<caret
line=
"
0"
column=
"0"
lean-forward=
"false"
selection-start-line=
"0"
selection-start-column=
"0"
selection-end-line=
"0"
selection-end-column=
"
0"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/
pom.xml
"
>
<entry
file=
"file://$PROJECT_DIR$/
src/main/java/util/Constant.java
"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"183"
>
<caret
line=
"39"
column=
"32"
lean-forward=
"false"
selection-start-line=
"39"
selection-start-column=
"32"
selection-end-line=
"39"
selection-end-column=
"32"
/>
<folding
/>
<state
relative-caret-position=
"550"
>
<caret
line=
"28"
column=
"0"
lean-forward=
"false"
selection-start-line=
"28"
selection-start-column=
"0"
selection-end-line=
"28"
selection-end-column=
"0"
/>
<folding>
<element
signature=
"imports"
expanded=
"false"
/>
</folding>
</state>
</provider>
</entry>
...
...
@@ -1349,34 +1598,180 @@
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/resources/mail.properties"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"0"
>
<caret
line=
"0"
column=
"0"
lean-forward=
"false"
selection-start-line=
"0"
selection-start-column=
"0"
selection-end-line=
"0"
selection-end-column=
"0"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/resources/persistence.properties"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"4
83
"
>
<state
relative-caret-position=
"4
62
"
>
<caret
line=
"21"
column=
"4"
lean-forward=
"false"
selection-start-line=
"21"
selection-start-column=
"4"
selection-end-line=
"21"
selection-end-column=
"4"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/resources/applicationContext.xml"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/task/ReportCallable.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"110"
>
<caret
line=
"20"
column=
"16"
lean-forward=
"false"
selection-start-line=
"20"
selection-start-column=
"6"
selection-end-line=
"20"
selection-end-column=
"16"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/util/DBUtil.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"748"
>
<caret
line=
"43"
column=
"33"
lean-forward=
"false"
selection-start-line=
"43"
selection-start-column=
"33"
selection-end-line=
"43"
selection-end-column=
"33"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/manager.iml"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"0"
>
<caret
line=
"0"
column=
"0"
lean-forward=
"false"
selection-start-line=
"0"
selection-start-column=
"0"
selection-end-line=
"0"
selection-end-column=
"0"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/.gitignore"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"396"
>
<caret
line=
"18"
column=
"7"
lean-forward=
"false"
selection-start-line=
"18"
selection-start-column=
"7"
selection-end-line=
"18"
selection-end-column=
"7"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/webapp/WEB-INF/web.xml"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"330"
>
<caret
line=
"31"
column=
"53"
lean-forward=
"false"
selection-start-line=
"31"
selection-start-column=
"53"
selection-end-line=
"31"
selection-end-column=
"53"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/controller/LoginController.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"396"
>
<caret
line=
"18"
column=
"14"
lean-forward=
"false"
selection-start-line=
"18"
selection-start-column=
"14"
selection-end-line=
"18"
selection-end-column=
"14"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/resources/rest-servlet.xml"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"132"
>
<caret
line=
"16"
column=
"8"
lean-forward=
"false"
selection-start-line=
"14"
selection-start-column=
"32"
selection-end-line=
"16"
selection-end-column=
"8"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/pom.xml"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"312"
>
<caret
line=
"211"
column=
"46"
lean-forward=
"false"
selection-start-line=
"211"
selection-start-column=
"46"
selection-end-line=
"211"
selection-end-column=
"46"
/>
<folding
/>
</state>
</provider>
<provider
editor-type-id=
"MavenHelperPluginDependencyAnalyzer"
>
<state
/>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/target/classes/redis.properties"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"0"
>
<caret
line=
"0"
column=
"0"
lean-forward=
"false"
selection-start-line=
"0"
selection-start-column=
"0"
selection-end-line=
"0"
selection-end-column=
"0"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/target/classes/spring/applicationContext.xml"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"286"
>
<caret
line=
"36"
column=
"0"
lean-forward=
"true"
selection-start-line=
"36"
selection-start-column=
"0"
selection-end-line=
"36"
selection-end-column=
"0"
/>
<folding>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"2076:2276"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"2570:2643"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"2763:3204"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"3255:3461"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"3517:3720"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"3774:3971"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"4026:4226"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"4279:4473"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"4606:5331"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"4903:5308"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"5446:6098"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"5679:6077"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"6445:6850"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"6987:7651"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"7223:7628"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"7763:8423"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"7995:8400"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"8552:8642"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"8752:8830"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"8926:9010"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"9104:9186"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"9281:9364"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"9457:9538"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"9620:9761"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"9814:9967"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"10018:10167"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"10219:10370"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"10420:10567"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"11143:11521"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"11161:11507"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"11602:11980"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"11620:11966"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"12056:12434"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"12074:12420"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"12512:12890"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"12530:12876"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"12964:13342"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"12982:13328"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"13377:13540"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"13574:13755"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"13789:13962"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"13996:14173"
ph=
"..."
/>
<marker
date=
"1514951145000"
expanded=
"true"
signature=
"14336:14542"
ph=
"..."
/>
</folding>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/resources/redis.properties"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"330"
>
<caret
line=
"15"
column=
"0"
lean-forward=
"true"
selection-start-line=
"15"
selection-start-column=
"0"
selection-end-line=
"15"
selection-end-column=
"0"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/resources/spring/applicationContext.xml"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
1357
"
>
<caret
line=
"
83"
column=
"57"
lean-forward=
"false"
selection-start-line=
"83"
selection-start-column=
"57"
selection-end-line=
"83"
selection-end-column=
"57
"
/>
<state
relative-caret-position=
"
-352
"
>
<caret
line=
"
22"
column=
"42"
lean-forward=
"false"
selection-start-line=
"22"
selection-start-column=
"42"
selection-end-line=
"22"
selection-end-column=
"42
"
/>
<folding>
<element
signature=
"e#2861#2892#0"
expanded=
"true"
/>
<element
signature=
"e#3341#3368#0"
expanded=
"true"
/>
<element
signature=
"e#3405#3437#0"
expanded=
"true"
/>
<element
signature=
"e#3474#3506#0"
expanded=
"true"
/>
<element
signature=
"e#3603#3629#0"
expanded=
"true"
/>
<element
signature=
"e#3666#3697#0"
expanded=
"true"
/>
<element
signature=
"e#3734#3765#0"
expanded=
"true"
/>
<element
signature=
"e#3860#3884#0"
expanded=
"true"
/>
<element
signature=
"e#3921#3950#0"
expanded=
"true"
/>
<element
signature=
"e#3987#4016#0"
expanded=
"true"
/>
<element
signature=
"e#4112#4137#0"
expanded=
"true"
/>
<element
signature=
"e#4174#4204#0"
expanded=
"true"
/>
<element
signature=
"e#4241#4271#0"
expanded=
"true"
/>
<element
signature=
"e#4365#4388#0"
expanded=
"true"
/>
<element
signature=
"e#4425#4453#0"
expanded=
"true"
/>
<element
signature=
"e#1932#1952#0"
expanded=
"true"
/>
<element
signature=
"e#1960#1980#0"
expanded=
"true"
/>
<element
signature=
"e#2339#2370#0"
expanded=
"true"
/>
<element
signature=
"e#2819#2846#0"
expanded=
"true"
/>
<element
signature=
"e#2883#2915#0"
expanded=
"true"
/>
<element
signature=
"e#2952#2984#0"
expanded=
"true"
/>
<element
signature=
"e#3081#3107#0"
expanded=
"true"
/>
<element
signature=
"e#3144#3175#0"
expanded=
"true"
/>
<element
signature=
"e#3212#3243#0"
expanded=
"true"
/>
<element
signature=
"e#3338#3362#0"
expanded=
"true"
/>
<element
signature=
"e#3399#3428#0"
expanded=
"true"
/>
<element
signature=
"e#3465#3494#0"
expanded=
"true"
/>
<element
signature=
"e#3590#3615#0"
expanded=
"true"
/>
<element
signature=
"e#3652#3682#0"
expanded=
"true"
/>
<element
signature=
"e#3719#3749#0"
expanded=
"true"
/>
<element
signature=
"e#3843#3866#0"
expanded=
"true"
/>
<element
signature=
"e#3903#3931#0"
expanded=
"true"
/>
<element
signature=
"e#3968#3996#0"
expanded=
"true"
/>
</folding>
</state>
</provider>
...
...
@@ -1387,7 +1782,7 @@
<state
key=
"ArtifactsStructureConfigurable.UI"
>
<settings>
<artifact-editor
/>
<last-edited>
manage
:war
</last-edited>
<last-edited>
manage
r:war exploded
</last-edited>
<splitter-proportions>
<option
name=
"proportions"
>
<list>
...
...
@@ -1400,7 +1795,7 @@
</state>
<state
key=
"FacetStructureConfigurable.UI"
>
<settings>
<last-edited>
Web
</last-edited>
<last-edited>
Web
(manager)|Web
</last-edited>
<splitter-proportions>
<option
name=
"proportions"
>
<list>
...
...
@@ -1412,6 +1807,7 @@
</state>
<state
key=
"GlobalLibrariesConfigurable.UI"
>
<settings>
<last-edited>
scala-sdk-2.11.8
</last-edited>
<splitter-proportions>
<option
name=
"proportions"
>
<list>
...
...
@@ -1435,12 +1831,11 @@
</state>
<state
key=
"ModuleStructureConfigurable.UI"
>
<settings>
<last-edited>
manage
</last-edited>
<last-edited>
Web|manager
</last-edited>
<splitter-proportions>
<option
name=
"proportions"
>
<list>
<option
value=
"0.2"
/>
<option
value=
"0.6"
/>
</list>
</option>
</splitter-proportions>
...
...
lib/Test.java
deleted
100644 → 0
View file @
95a69464
/**
* Created by mxq on 2018/1/2.
*/
public
class
Test
{
}
pom.xml
View file @
c9156385
...
...
@@ -211,36 +211,6 @@
<groupId>
org.springframework.data
</groupId>
<artifactId>
spring-data-jpa
</artifactId>
<version>
1.3.2.RELEASE
</version>
<exclusions>
<exclusion>
<artifactId>
spring-aop
</artifactId>
<groupId>
org.springframework
</groupId>
</exclusion>
<exclusion>
<artifactId>
spring-core
</artifactId>
<groupId>
org.springframework
</groupId>
</exclusion>
<exclusion>
<artifactId>
spring-tx
</artifactId>
<groupId>
org.springframework
</groupId>
</exclusion>
<exclusion>
<artifactId>
spring-context
</artifactId>
<groupId>
org.springframework
</groupId>
</exclusion>
<exclusion>
<artifactId>
slf4j-api
</artifactId>
<groupId>
org.slf4j
</groupId>
</exclusion>
<exclusion>
<artifactId>
spring-beans
</artifactId>
<groupId>
org.springframework
</groupId>
</exclusion>
<exclusion>
<artifactId>
jcl-over-slf4j
</artifactId>
<groupId>
org.slf4j
</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
...
...
@@ -278,6 +248,14 @@
<artifactId>
spring-beans
</artifactId>
<groupId>
org.springframework
</groupId>
</exclusion>
<exclusion>
<artifactId>
slf4j-api
</artifactId>
<groupId>
org.slf4j
</groupId>
</exclusion>
<exclusion>
<artifactId>
jcl-over-slf4j
</artifactId>
<groupId>
org.slf4j
</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- spring end -->
...
...
@@ -492,6 +470,14 @@
<artifactId>
commons-logging
</artifactId>
<groupId>
commons-logging
</groupId>
</exclusion>
<exclusion>
<artifactId>
commons-beanutils
</artifactId>
<groupId>
commons-beanutils
</groupId>
</exclusion>
<exclusion>
<artifactId>
commons-collections
</artifactId>
<groupId>
commons-collections
</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
...
...
@@ -570,6 +556,10 @@
<artifactId>
commons-logging
</artifactId>
<groupId>
commons-logging
</groupId>
</exclusion>
<exclusion>
<artifactId>
joda-time
</artifactId>
<groupId>
joda-time
</groupId>
</exclusion>
</exclusions>
</dependency>
...
...
@@ -683,11 +673,31 @@
<groupId>
com.google.api-ads
</groupId>
<artifactId>
ads-lib
</artifactId>
<version>
3.9.0
</version>
<exclusions>
<exclusion>
<artifactId>
guice
</artifactId>
<groupId>
com.google.inject
</groupId>
</exclusion>
<exclusion>
<artifactId>
slf4j-api
</artifactId>
<groupId>
org.slf4j
</groupId>
</exclusion>
<exclusion>
<artifactId>
commons-logging
</artifactId>
<groupId>
commons-logging
</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
com.google.api-ads
</groupId>
<artifactId>
adwords-axis
</artifactId>
<version>
3.9.0
</version>
<exclusions>
<exclusion>
<artifactId>
commons-logging
</artifactId>
<groupId>
commons-logging
</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- Third party dependencies -->
...
...
@@ -695,6 +705,16 @@
<groupId>
com.google.http-client
</groupId>
<artifactId>
google-http-client-jackson2
</artifactId>
<version>
1.22.0
</version>
<exclusions>
<exclusion>
<artifactId>
jackson-core
</artifactId>
<groupId>
com.fasterxml.jackson.core
</groupId>
</exclusion>
<exclusion>
<artifactId>
httpclient
</artifactId>
<groupId>
org.apache.httpcomponents
</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
com.beust
</groupId>
...
...
@@ -755,39 +775,6 @@
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-war-plugin
</artifactId>
<version>
2.6
</version>
<configuration>
<webResources>
<resource>
<directory>
${pom.basedir}/lib
</directory>
<targetPath>
WEB-INF/lib
</targetPath>
<filtering>
false
</filtering>
<includes>
<include>
**/*.jar
</include>
</includes>
</resource>
</webResources>
</configuration>
</plugin>
<plugin>
<artifactId>
maven-resources-plugin
</artifactId>
<executions>
<execution>
<id>
copy-resources
</id>
<phase>
compile
</phase>
<goals>
<goal>
copy-resources
</goal>
</goals>
<configuration>
<outputDirectory>
src/main/webapp
</outputDirectory>
<resources>
<resource>
<directory>
${project.basedir}/dist
</directory>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
...
...
src/main/java/common/controller/LoginController.java
View file @
c9156385
...
...
@@ -2,7 +2,6 @@ package common.controller;
import
com.sun.corba.se.spi.ior.ObjectKey
;
import
common.model.User
;
import
common.repository.RoleRepository
;
...
...
@@ -17,7 +16,6 @@ import security.RedisLoginStatusManager;
import
security.TokenManager
;
import
security.annotation.CurrentAccount
;
import
security.interceptor.AuthorizationInterceptor
;
import
util.*
;
import
javax.servlet.http.Cookie
;
...
...
src/main/resources/redis.properties
View file @
c9156385
...
...
@@ -6,8 +6,8 @@ redis.maxIdle=300
redis.testOnBorrow
=
true
# token
redis.
s
url.host
=
${redis.surl.host}
redis.
s
url.port
=
${redis.surl.port}
redis.
S
url.host
=
${redis.surl.host}
redis.
S
url.port
=
${redis.surl.port}
# event
redis.event.host
=
${redis.event.host}
...
...
src/main/resources/applicationContext-schedule.xml
→
src/main/resources/
spring/
applicationContext-schedule.xml
View file @
c9156385
File moved
src/main/resources/applicationContext.xml
→
src/main/resources/
spring/
applicationContext.xml
View file @
c9156385
...
...
@@ -2,15 +2,13 @@
<beans
xmlns=
"http://www.springframework.org/schema/beans"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:context=
"http://www.springframework.org/schema/context"
xmlns:jdbc=
"http://www.springframework.org/schema/jdbc"
xmlns:jee=
"http://www.springframework.org/schema/jee"
xmlns:tx=
"http://www.springframework.org/schema/tx"
xmlns:jpa=
"http://www.springframework.org/schema/data/jpa"
xmlns:
task=
"http://www.springframework.org/schema/task"
xmlns:
p=
"http://www.springframework.org/schema/p"
xmlns:p=
"http://www.springframework.org/schema/p"
xmlns:aop=
"http://www.springframework.org/schema/aop"
xsi:schemaLocation=
"http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
xsi:schemaLocation=
"http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc.xsd
http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd
http://www.springframework.org/schema/data/jpa http://www.springframework.org/schema/data/jpa/spring-jpa.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd"
default-lazy-init=
"true"
>
...
...
@@ -25,8 +23,7 @@
<context:component-scan
base-package=
"dmp"
/>
<context:component-scan
base-package=
"security"
/>
<context:property-placeholder
location=
"classpath:persistence.properties"
/>
<context:property-placeholder
location=
"classpath:redis.properties"
/>
<context:property-placeholder
location=
"classpath:persistence.properties,classpath:redis.properties"
/>
<!--Redis配置-->
<bean
id=
"poolConfig"
class=
"redis.clients.jedis.JedisPoolConfig"
>
...
...
@@ -36,7 +33,7 @@
<property
name=
"testOnBorrow"
value=
"true"
/>
</bean>
<bean
id=
"connectionFactory"
class=
"org.springframework.data.redis.connection.jedis.JedisConnectionFactory"
p:hostName=
"${redis.
surl.host}"
p:port=
"${redis.s
url.port}"
p:poolConfig-ref=
"poolConfig"
/>
<bean
id=
"connectionFactory"
class=
"org.springframework.data.redis.connection.jedis.JedisConnectionFactory"
p:hostName=
"${redis.
Surl.host}"
p:port=
"${redis.S
url.port}"
p:poolConfig-ref=
"poolConfig"
/>
<bean
id=
"redisTemplate"
class=
"org.springframework.data.redis.core.StringRedisTemplate"
>
<property
name=
"connectionFactory"
ref=
"connectionFactory"
/>
...
...
src/main/webapp/WEB-INF/web.xml
View file @
c9156385
...
...
@@ -33,7 +33,7 @@
</context-param>
<context-param>
<param-name>
contextConfigLocation
</param-name>
<param-value>
classpath:/applicationContext*.xml
</param-value>
<param-value>
classpath:/
spring/
applicationContext*.xml
</param-value>
</context-param>
<servlet>
...
...
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