Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-csf
Commits
98ed0b75
Commit
98ed0b75
authored
Sep 08, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置
parent
e68c02c4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
3 deletions
+35
-3
yd-csf-api/pom.xml
+21
-0
yd-csf-api/src/main/resources/bootstrap.yml
+1
-1
yd-csf-service/pom.xml
+13
-2
No files found.
yd-csf-api/pom.xml
View file @
98ed0b75
...
...
@@ -71,4 +71,25 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
${springboot.version}
</version>
<executions>
<execution>
<goals>
<goal>
repackage
</goal>
</goals>
<configuration>
<classifier>
exec
</classifier>
<mainClass>
com.yd.csf.api.CsfApiApplication
</mainClass>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
yd-csf-api/src/main/resources/bootstrap.yml
View file @
98ed0b75
...
...
@@ -40,7 +40,7 @@ spring:
# 配置中心
config
:
# 命名空间id(此处不用public,因public初始化的空间, id为空)
namespace
:
c1e4cbcf-d8b7-4da9-a75a-7b75890fc390
namespace
:
b3b01715-eb85-4242-992a-5aff03d864d4
# nacos的ip地址和端口
server-addr
:
139.224.145.34:8848
# 这个就表示 在我们nacos命名空间id为 dev中 有一个data-id 为 demo-service.yml 的配置文件 读取这个里面的配置
...
...
yd-csf-service/pom.xml
View file @
98ed0b75
...
...
@@ -55,12 +55,23 @@
<artifactId>
yd-csf-feign
</artifactId>
</dependency>
<!-- 认证
中心
-->
<!-- 认证
模块
-->
<dependency>
<groupId>
com.yd
</groupId>
<artifactId>
yd-auth-core
</artifactId>
<version>
${project.version}
</version>
</dependency>
<!-- 框架配置模块 -->
<dependency>
<groupId>
com.yd
</groupId>
<artifactId>
yd-framework
</artifactId>
<version>
${project.version}
</version>
</dependency>
<!-- Feign组件配置模块 -->
<dependency>
<groupId>
com.yd
</groupId>
<artifactId>
yd-feign
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependencies>
</project>
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