Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
a8cf251e
Commit
a8cf251e
authored
Apr 04, 2019
by
Memorydoc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#
parent
351e75a7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
3 deletions
+24
-3
.gitignore
.gitignore
+10
-0
pom.xml
atms-api/pom.xml
+12
-1
package-lock.json
atms-web/src/main/webapp/package-lock.json
+0
-0
package.json
atms-web/src/main/webapp/package.json
+2
-2
No files found.
.gitignore
View file @
a8cf251e
...
...
@@ -12,3 +12,13 @@ rebel.xml
**/.idea/
atms-api/~
/bin/
/atms-api/src/main/resources/conf/conf_profile_dev_local.properties
/atms-api/pom.xml
atms-web/src/main/webapp/package-lock.json
atms-web/src/main/webapp/package.json
atms-api/pom.xml
View file @
a8cf251e
...
...
@@ -431,7 +431,7 @@
<profiles>
<profile>
<id>
dev
</id>
<id>
local
</id>
<activation>
<activeByDefault>
true
</activeByDefault>
</activation>
...
...
@@ -477,6 +477,17 @@
<env>
uat
</env>
</properties>
</profile>
<profile>
<id>
local
</id>
<build>
<filters>
<filter>
src/main/resources/conf/conf_profile_dev_local.properties
</filter>
</filters>
</build>
<properties>
<env>
uat
</env>
</properties>
</profile>
</profiles>
<build>
...
...
atms-web/src/main/webapp/package-lock.json
View file @
a8cf251e
This diff is collapsed.
Click to expand it.
atms-web/src/main/webapp/package.json
View file @
a8cf251e
...
...
@@ -7,7 +7,7 @@
"private"
:
true
,
"scripts"
:
{},
"dependencies"
:
{
"grunt"
:
"
1.0.1
"
,
"grunt"
:
"
^1.0.4
"
,
"grunt-cli"
:
"1.2.0"
},
"devDependencies"
:
{
...
...
@@ -15,7 +15,7 @@
"grunt-contrib-concat"
:
"1.0.1"
,
"grunt-contrib-copy"
:
"^1.0.0"
,
"grunt-contrib-cssmin"
:
"^3.0.0"
,
"grunt-contrib-less"
:
"
1.4.1
"
,
"grunt-contrib-less"
:
"
^2.0.0
"
,
"grunt-contrib-uglify"
:
"^4.0.0"
,
"grunt-contrib-watch"
:
"^1.1.0"
}
...
...
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