Commit 51c5ab77 authored by liqin's avatar liqin 💬

bug fixed

parent d975baea
...@@ -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>
......
...@@ -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=8080 server.port=8088
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
......
...@@ -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="com.cmbchina.business.hall" level="DEBUG" /> <logger name="cn.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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment