Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
B
binfast-archetype
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
刘斌
binfast-archetype
Commits
d8db0fb8
Commit
d8db0fb8
authored
Nov 12, 2025
by
刘斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 核心包升级到1.2.5
parent
e38f7e28
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
logback-spring-dev.xml
...resources/admin/src/main/resources/logback-spring-dev.xml
+1
-1
logback-spring.xml
...ype-resources/admin/src/main/resources/logback-spring.xml
+1
-1
pom.xml
...type-light/src/main/resources/archetype-resources/pom.xml
+1
-1
No files found.
binfast-archetype-light/src/main/resources/archetype-resources/admin/src/main/resources/logback-spring-dev.xml
View file @
d8db0fb8
...
...
@@ -8,7 +8,7 @@
2. 注意修改 <property name="${log-path}/log.path" value=""/> 的value模块
-->
<configuration
debug=
"false"
scan=
"false"
>
<property
name=
"log.path"
value=
"./logs
/${project.artifactId}
"
/>
<property
name=
"log.path"
value=
"./logs"
/>
<!-- 日志最大的历史 30天 -->
<property
name=
"log.maxHistory"
value=
"30"
/>
<property
name=
"log.level"
value=
"debug"
/>
...
...
binfast-archetype-light/src/main/resources/archetype-resources/admin/src/main/resources/logback-spring.xml
View file @
d8db0fb8
...
...
@@ -8,7 +8,7 @@
2. 注意修改 <property name="${log-path}/log.path" value=""/> 的value模块
-->
<configuration
debug=
"false"
scan=
"false"
>
<property
name=
"log.path"
value=
"./logs
/${project.artifactId}
"
/>
<property
name=
"log.path"
value=
"./logs"
/>
<!-- 日志最大的历史 30天 -->
<property
name=
"log.maxHistory"
value=
"30"
/>
<property
name=
"log.level"
value=
"debug"
/>
...
...
binfast-archetype-light/src/main/resources/archetype-resources/pom.xml
View file @
d8db0fb8
...
...
@@ -18,7 +18,7 @@
<mapstruct-plus.version>
1.4.8
</mapstruct-plus.version>
<lombok-mapstruct-binding.version>
0.2.0
</lombok-mapstruct-binding.version>
<therapi-javadoc.version>
0.15.0
</therapi-javadoc.version>
<binfast.version>
1.2.
4
</binfast.version>
<binfast.version>
1.2.
5
</binfast.version>
<lombok.version>
1.18.38
</lombok.version>
</properties>
...
...
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