Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
tianjin-cement
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
竹天卫
tianjin-cement
Commits
ee9bc67a
Commit
ee9bc67a
authored
Apr 07, 2021
by
竹天卫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
演示环境 jenkins部署1
parent
e373c036
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
14 deletions
+19
-14
pom.xml
cement-business/pom.xml
+6
-6
logback-spring.xml
cement-business/src/main/resources/logback-spring.xml
+13
-0
pom.properties
...ommon/common-swagger/target/maven-archiver/pom.properties
+0
-4
pom.properties
mybatis-generator/target/maven-archiver/pom.properties
+0
-4
No files found.
cement-business/pom.xml
View file @
ee9bc67a
...
...
@@ -204,9 +204,9 @@
<properties>
<env>
dev
</env>
<!-- 节点名字environment是自己随意取的 -->
</properties>
<activation>
<activeByDefault>
true
</activeByDefault>
<!-- 默认激活该profile节点-->
</activation>
<!--
<activation>
<activeByDefault>true</activeByDefault>
<!– 默认激活该profile节点–>
</activation>
-->
</profile>
<profile>
<!-- 生产环境 -->
...
...
@@ -224,9 +224,9 @@
<properties>
<env>
show
</env>
</properties>
<
!--<
activation>
<activeByDefault>true</activeByDefault>
<!– 默认激活该profile节点–>
</activation>
-->
<activation>
<activeByDefault>
true
</activeByDefault>
<!-- 默认激活该profile节点-->
</activation>
</profile>
...
...
cement-business/src/main/resources/logback-spring.xml
View file @
ee9bc67a
...
...
@@ -200,4 +200,17 @@
<appender-ref
ref=
"WARN_FILE"
/>
</root>
</springProfile>
<!--4.3 演示环境:输出到文档-->
<springProfile
name=
"show"
>
<logger
name=
"cn.wise.sc.cement.business.controller"
level=
"debug"
/>
<!-- 修改此处扫描包名 -->
<root
level=
"debug"
>
<appender-ref
ref=
"CONSOLE"
/>
<appender-ref
ref=
"DEBUG_FILE"
/>
<appender-ref
ref=
"INFO_FILE"
/>
<appender-ref
ref=
"ERROR_FILE"
/>
<appender-ref
ref=
"WARN_FILE"
/>
</root>
</springProfile>
</configuration>
\ No newline at end of file
cement-common/common-swagger/target/maven-archiver/pom.properties
deleted
100644 → 0
View file @
e373c036
#Created by Apache Maven 3.6.0
version
=
1.0-SNAPSHOT
groupId
=
cn.wise.sc.tjcement
artifactId
=
common-swagger
mybatis-generator/target/maven-archiver/pom.properties
deleted
100644 → 0
View file @
e373c036
#Created by Apache Maven 3.6.0
version
=
1.0-SNAPSHOT
groupId
=
cn.wise.sc.tjcement
artifactId
=
mybatis-generator
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