Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gogirl-miniapp-backend
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
huluobin
gogirl-miniapp-backend
Commits
6b3f695c
Commit
6b3f695c
authored
Dec 29, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
67e40b1c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
logback-spring.xml
src/main/resources/logback-spring.xml
+3
-3
BaseProduceMapper.xml
src/main/resources/mapper/product/BaseProduceMapper.xml
+1
-1
No files found.
src/main/resources/logback-spring.xml
View file @
6b3f695c
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
<!-- 开发环境日志级别为DEBUG -->
<!-- 开发环境日志级别为DEBUG -->
<springProfile
name=
"dev"
>
<springProfile
name=
"dev"
>
<logger
name=
"com.gogirl"
level=
"
DEBUG
"
/>
<logger
name=
"com.gogirl"
level=
"
INFO
"
/>
<logger
name=
"org.springframework"
level=
"INFO"
/>
<logger
name=
"org.springframework"
level=
"INFO"
/>
<!--日志打印的包的范围,及分类日志文件存储 -->
<!--日志打印的包的范围,及分类日志文件存储 -->
...
@@ -120,7 +120,7 @@
...
@@ -120,7 +120,7 @@
<!-- 测试环境日志级别为INFO -->
<!-- 测试环境日志级别为INFO -->
<springProfile
name=
"pre"
>
<springProfile
name=
"pre"
>
<logger
name=
"
*"
level=
"DEBUG
"
/>
<logger
name=
"
com.gogirl"
level=
"INFO
"
/>
<logger
name=
"org.springframework"
level=
"INFO"
/>
<logger
name=
"org.springframework"
level=
"INFO"
/>
<!--日志打印的包的范围,及分类日志文件存储 -->
<!--日志打印的包的范围,及分类日志文件存储 -->
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
<appender-ref
ref=
"INFO"
/>
<appender-ref
ref=
"INFO"
/>
</logger>
</logger>
<root
level=
"
DEBUG
"
additivity=
"false"
>
<root
level=
"
INFO
"
additivity=
"false"
>
<appender-ref
ref=
"STDOUT"
/>
<appender-ref
ref=
"STDOUT"
/>
</root>
</root>
</springProfile>
</springProfile>
...
...
src/main/resources/mapper/product/BaseProduceMapper.xml
View file @
6b3f695c
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
produce.id produce_id, produce.name produce_name, produce.picture_path produce_picture_path, produce.type produce_type, produce.label produce_label,
produce.id produce_id, produce.name produce_name, produce.picture_path produce_picture_path, produce.type produce_type, produce.label produce_label,
produce.shop_sort produce_shop_sort,produce.req_grade, produce.status produce_status, produce.remark produce_remark,produce.praise_sum produce_praise_sum,
produce.shop_sort produce_shop_sort,produce.req_grade, produce.status produce_status, produce.remark produce_remark,produce.praise_sum produce_praise_sum,
produce.current_price produce_current_price,produce.bargain_price produce_bargain_price,produce.service_duration produce_service_duration,
produce.current_price produce_current_price,produce.bargain_price produce_bargain_price,produce.service_duration produce_service_duration,
produce.brief_introduction produce_brief_introduction,produce.details produce_details,produce.sub_title produce_sub_title
produce.brief_introduction produce_brief_introduction,produce.details produce_details,produce.sub_title produce_sub_title
,produce.service_id service_id
</sql>
</sql>
<sql
id=
"baseSql"
>
<sql
id=
"baseSql"
>
id, name,picture_path picturePath, type, label,shop_sort shopSort,req_grade reqGrade, status, remark, details
id, name,picture_path picturePath, type, label,shop_sort shopSort,req_grade reqGrade, status, remark, details
...
...
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