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
e38f7e28
Commit
e38f7e28
authored
Nov 03, 2025
by
刘斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 核心包升级到1.2.4
parent
5a842329
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
pom.xml
binfast-archetype-light/pom.xml
+1
-1
pom.xml
...ight/src/main/resources/archetype-resources/admin/pom.xml
+2
-2
Application.java
.../archetype-resources/admin/src/main/java/Application.java
+1
-1
pom.xml
...type-light/src/main/resources/archetype-resources/pom.xml
+2
-2
No files found.
binfast-archetype-light/pom.xml
View file @
e38f7e28
...
...
@@ -15,7 +15,7 @@
<name>
binfast-archetype-light
</name>
<description>
binfast-archetype-light
</description>
<properties>
<java.version>
17
</java.version>
<java.version>
21
</java.version>
</properties>
<!-- <dependencies>-->
...
...
binfast-archetype-light/src/main/resources/archetype-resources/admin/pom.xml
View file @
e38f7e28
...
...
@@ -64,8 +64,8 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
${maven-compiler-plugin.version}
</version>
<configuration>
<source>
17
</source>
<target>
17
</target>
<source>
21
</source>
<target>
21
</target>
<encoding>
UTF-8
</encoding>
</configuration>
</plugin>
...
...
binfast-archetype-light/src/main/resources/archetype-resources/admin/src/main/java/Application.java
View file @
e38f7e28
...
...
@@ -10,7 +10,7 @@ import org.springframework.cache.annotation.EnableCaching;
@Slf4j
@EnableCaching
@SpringBootApplication
(
scanBasePackages
=
{
"top.binfast.daemon.codegen"
,
"top.binfast.app
.biz
"
,
"${package}"
})
@SpringBootApplication
(
scanBasePackages
=
{
"top.binfast.daemon.codegen"
,
"top.binfast.app"
,
"${package}"
})
public
class
Application
{
public
static
void
main
(
String
[]
args
)
{
...
...
binfast-archetype-light/src/main/resources/archetype-resources/pom.xml
View file @
e38f7e28
...
...
@@ -10,7 +10,7 @@
<properties>
<java.version>
21
</java.version>
<spring-boot.version>
3.5.
6
</spring-boot.version>
<spring-boot.version>
3.5.
7
</spring-boot.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<maven-jar-plugin.version>
3.4.2
</maven-jar-plugin.version>
...
...
@@ -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.
2
</binfast.version>
<binfast.version>
1.2.
4
</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