Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-cloud-core
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-cloud-core
Commits
e6b796af
Commit
e6b796af
authored
Sep 05, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试环境:yd-cloud-core -> Dockerfile
parent
4d92cbb5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
+13
-1
yd-auth-core/Dockerfile
+12
-0
yd-auth-core/src/main/resources/bootstrap.yml
+1
-1
No files found.
yd-auth-core/Dockerfile
0 → 100644
View file @
e6b796af
# 基础镜像
FROM
openjdk:8
# 维护人
LABEL
maintainer="zxm<2060197959@qq.com>"
# 创建目录
RUN
mkdir
-p
/home/app
# 拷贝项目jar
COPY
target/lw-auth.jar /home/app/yd-auth-core.jar
# 执行命令启动jar
ENTRYPOINT
["java", "-jar", "/home/app/yd-auth-core.jar"]
# 暴露端口
EXPOSE
9001
yd-auth-core/src/main/resources/bootstrap.yml
View file @
e6b796af
...
...
@@ -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 的配置文件 读取这个里面的配置
...
...
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