Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-cost-system
Overview
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
bltdc
dc-cost-system
Commits
9cf9a22d
Commit
9cf9a22d
authored
Nov 26, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
61772ac5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
11 deletions
+19
-11
pom.xml
bailuntec-cost-core/pom.xml
+11
-11
application-prod.yml
bailuntec-cost-core/src/main/resources/application-prod.yml
+8
-0
deploy-cost-prod.sh
bailuntec-cost-core/src/main/shell/deploy-cost-prod.sh
+0
-0
No files found.
bailuntec-cost-core/pom.xml
View file @
9cf9a22d
...
...
@@ -140,19 +140,19 @@
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
<exclusions
>
<exclusion
>
<groupId>
org.springframework.boot
</groupId
>
<artifactId>
spring-boot-starter-tomcat
</artifactId
>
</exclusion
>
</exclusions
>
<!-- <exclusions>--
>
<!-- <exclusion>--
>
<!-- <groupId>org.springframework.boot</groupId>--
>
<!-- <artifactId>spring-boot-starter-tomcat</artifactId>--
>
<!-- </exclusion>--
>
<!-- </exclusions>--
>
</dependency>
<!--undertow servlet 容器
-->
<dependency
>
<groupId>
org.springframework.boot
</groupId
>
<artifactId>
spring-boot-starter-undertow
</artifactId
>
</dependency
>
<!-- <!–undertow servlet 容器–>
-->
<!-- <dependency>--
>
<!-- <groupId>org.springframework.boot</groupId>--
>
<!-- <artifactId>spring-boot-starter-undertow</artifactId>--
>
<!-- </dependency>--
>
<!--mp 增加Mybatis-->
<dependency>
...
...
bailuntec-cost-core/src/main/resources/application-prod.yml
View file @
9cf9a22d
...
...
@@ -22,6 +22,13 @@ spring:
jackson
:
date-format
:
yyyy-MM-dd HH:mm:ss
time-zone
:
GMT+8
http
:
encoding
:
charset
:
utf-8
force
:
true
enabled
:
true
#mybatis plus 配置
mybatis-plus
:
...
...
@@ -81,3 +88,4 @@ server:
threads
:
worker
:
1000
io
:
6
url-charset
:
UTF-8
bailuntec-cost-core/src/main/shell/deploy-
miniapp
-prod.sh
→
bailuntec-cost-core/src/main/shell/deploy-
cost
-prod.sh
View file @
9cf9a22d
File moved
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