Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
向汉
/
uc-engine
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
5ffa9270
...
5ffa9270e14df83c0557ae0e52322b1a5834d174
authored
2022-03-22 17:40:37 +0800
by
xianghan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1.优化
1 parent
87410231
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
12 deletions
member-service-impl/src/main/resources/config/application-dev.yml
member-service-impl/src/main/resources/logback.xml
member-service-impl/src/main/resources/config/application-dev.yml
View file @
5ffa927
...
...
@@ -105,18 +105,12 @@ file:
maxSize
:
100
avatarMaxSize
:
5
key
:
529ec7fe7bb54c38
uc
:
service
:
engine
:
# 部署类型 management:管理侧 service:服务侧
platform
:
service
# 可选参数 mobile:小屏 vis:大屏
type
:
mobile
app
:
subAppId
:
wx5d88c7fe99f89f32
#服务号:品运营讨论探究创造团
h5AppId
:
wx37ea49702cdc693b
#熊猫小程序:熊猫少儿创造团
appletAppid
:
wxfaa765183a332521
weixin
:
list
:
-
appid
:
wxfaa765183a332521
...
...
member-service-impl/src/main/resources/logback.xml
View file @
5ffa927
<?xml version="1.0" encoding="UTF-8"?>
<configuration
scan=
"true"
scanPeriod=
"60 seconds"
debug=
"false"
>
<contextName>
UserCenter
</contextName>
<contextName>
uc-engine
</contextName>
<!--定义参数,后面可以通过${app.name}使用-->
<property
name=
"app.name"
value=
"u
ser-center
"
/>
<property
name=
"app.name"
value=
"u
c-engine
"
/>
<property
name=
"log.path"
value=
"./logs"
/>
<property
name=
"log.pattern"
value=
"%d [%thread] %-5level %logger{36} [%file : %line] - %msg%n"
/>
...
...
Please
register
or
sign in
to post a comment