Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
e38d1bbe
Commit
e38d1bbe
authored
Aug 11, 2020
by
wujj
Browse files
测试store
parent
73d06da7
Changes
3
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
e38d1bbe
...
@@ -99,7 +99,7 @@
...
@@ -99,7 +99,7 @@
<dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-upgrader
</artifactId>
<artifactId>
ms-upgrader
</artifactId>
<version>
1.0.1
7
</version>
<version>
1.0.1
8-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.github.stuxuhai
</groupId>
<groupId>
com.github.stuxuhai
</groupId>
...
...
src/main/resources/application.yml
View file @
e38d1bbe
...
@@ -10,6 +10,9 @@ logging:
...
@@ -10,6 +10,9 @@ logging:
path
:
log
#会在项目的根目录下生成log目录,里面会生成对应的日期目录,日期目录下面生成日志压缩包备份文件,默认按每10M分割一个日志文件,例如:log/2020-01/app-2020-01-03-18.1.log.gz(表示2020年1月3号下午六点的第一个备份),也可以根据实际情况写绝对路径,例如:d:/log
path
:
log
#会在项目的根目录下生成log目录,里面会生成对应的日期目录,日期目录下面生成日志压缩包备份文件,默认按每10M分割一个日志文件,例如:log/2020-01/app-2020-01-03-18.1.log.gz(表示2020年1月3号下午六点的第一个备份),也可以根据实际情况写绝对路径,例如:d:/log
ms
:
ms
:
mstore
:
http
:
http://store.i.mingsoft.net
host
:
store.i.mingsoft.net
swagger
:
swagger
:
enable
:
true
#启用swagger文档,生产的时候务必关掉
enable
:
true
#启用swagger文档,生产的时候务必关掉
manager
:
manager
:
...
...
src/main/webapp/WEB-INF/manager/index.ftl
View file @
e38d1bbe
...
@@ -566,6 +566,18 @@
...
@@ -566,6 +566,18 @@
that
.mstore
=
data
;
that
.mstore
=
data
;
}
}
})
})
var
sub
=
{
modelUrl
:
'
http
:
//
store
.i.mingsoft.net
/#/'+
"?client=${client}"
,
modelTitle
:
'
mstore
'
,
isStore
:
true
,
modelModelId
:
'
mstore
'
,
}
this
.editableTabs.push
(
sub
)
this
.currentTab
=
sub
.modelTitle
;
this
.headMenuActive
=
sub
.modelModelId
this
.
$nextTick
(
function
()
{
that
.asideMenuActive
=
sub
.modelId
;
})
},
},
}
)
}
)
...
...
Write
Preview
Supports
Markdown
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