Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
chnmuseum-party
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
liqin
chnmuseum-party
Commits
51c5ab77
Commit
51c5ab77
authored
Mar 11, 2021
by
liqin
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fixed
parent
d975baea
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
pom.xml
pom.xml
+1
-1
application.properties
src/main/resources/application.properties
+1
-2
logback.xml
src/main/resources/logback.xml
+1
-1
No files found.
pom.xml
View file @
51c5ab77
...
@@ -217,7 +217,7 @@
...
@@ -217,7 +217,7 @@
</dependencies>
</dependencies>
<build>
<build>
<finalName>
virtual-business-hall
</finalName>
<finalName>
chnmuseum-party
</finalName>
<plugins>
<plugins>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
...
...
src/main/resources/application.properties
View file @
51c5ab77
...
@@ -4,7 +4,6 @@ jwt.expiration=2592000
...
@@ -4,7 +4,6 @@ jwt.expiration=2592000
jwt.issuer
=
IATA
jwt.issuer
=
IATA
jwt.authenticationPath
=
/auth
jwt.authenticationPath
=
/auth
jwt.authTokenPrefix
=
Bearer
jwt.authTokenPrefix
=
Bearer
cors.url.list
=
http://localhost:8080
cacheManager.principalIdFieldName
=
id
cacheManager.principalIdFieldName
=
id
...
@@ -42,7 +41,7 @@ spring.aop.auto=true
...
@@ -42,7 +41,7 @@ spring.aop.auto=true
# \u9879\u76EEcontextPath
# \u9879\u76EEcontextPath
server.servlet.context-path
=
/
server.servlet.context-path
=
/
# \u670D\u52A1\u7AEF\u53E3
# \u670D\u52A1\u7AEF\u53E3
server.port
=
808
0
server.port
=
808
8
server.servlet.encoding.force
=
true
server.servlet.encoding.force
=
true
# tomcat\u6700\u5927\u7EBF\u7A0B\u6570\uFF0C\u9ED8\u8BA4\u4E3A200
# tomcat\u6700\u5927\u7EBF\u7A0B\u6570\uFF0C\u9ED8\u8BA4\u4E3A200
server.tomcat.threads.max
=
100
server.tomcat.threads.max
=
100
...
...
src/main/resources/logback.xml
View file @
51c5ab77
...
@@ -11,6 +11,6 @@
...
@@ -11,6 +11,6 @@
<root
level=
"WARN"
>
<root
level=
"WARN"
>
<appender-ref
ref=
"Console"
/>
<appender-ref
ref=
"Console"
/>
</root>
</root>
<logger
name=
"c
om.cmbchina.business.hall
"
level=
"DEBUG"
/>
<logger
name=
"c
n.wisenergy.chnmuseum.party
"
level=
"DEBUG"
/>
<logger
name=
"org.springframework"
level=
"WARN"
/>
<logger
name=
"org.springframework"
level=
"WARN"
/>
</configuration>
</configuration>
\ No newline at end of file
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