当前位置:网站首页>Eureka single machine construction
Eureka single machine construction
2022-07-06 16:46:00 【Daily enlightenment】
(1)
(2)
(3)
(4)
(5)
@SpringBootApplication @EnableEurekaServer // Represents our current springboot project , As a service registry public class EurekaApplication { public static void main(String[] args) { SpringApplication.run(EurekaApplication.class, args); } }
(6)application.yml
server: port: 7000 spring: application: name: ldx-eureka eureka: instance: hostname: ldx-eureka client: service-url: defaultZone: http://127.0.0.1:7000/eureka register-with-eureka: false fetch-registry: false
(7)
边栏推荐
- 第6章 Rebalance详解
- Chapter 7__ consumer_ offsets topic
- ~68 Icon Font introduction
- (POJ - 3186) treatments for the cows (interval DP)
- Solve the problem that intel12 generation core CPU single thread only runs on small cores
- LeetCode 1637. The widest vertical area between two points without any point
- 软通乐学-js求字符串中字符串当中那个字符出现的次数多 -冯浩的博客
- 第三章 MapReduce框架原理
- Record the error reason
- ~82 style of table
猜你喜欢
字节跳动技术新人培训全记录:校招萌新成长指南
~84 form supplement
Simply try the new amp model of deepfacelab (deepfake)
Chapter 6 rebalance details
Cmake Express
Usage of insert() in vector
Remove the border when input is focused
JS encapsulates the method of array inversion -- Feng Hao's blog
解决Intel12代酷睿CPU【小核载满,大核围观】的问题(WIN11)
「博士毕业一年,我拿下 ACL Best Paper」
随机推荐
音视频开发面试题
LeetCode 1984. Minimum difference in student scores
Basic principles of video compression coding and audio compression coding
Research Report on market supply and demand and strategy of China's four seasons tent industry
Spark independent cluster dynamic online and offline worker node
Research Report of desktop clinical chemical analyzer industry - market status analysis and development prospect prediction
~77 linear gradient
~85 transition
Simple records of business system migration from Oracle to opengauss database
~71 abbreviation attribute of font
解决Intel12代酷睿CPU【小核载满,大核围观】的问题(WIN11)
业务系统兼容数据库Oracle/PostgreSQL(openGauss)/MySQL的琐事
原生js实现全选和反选的功能 --冯浩的博客
~81 long table
I'm "fixing movies" in ByteDance
Research Report on market supply and demand and strategy of Chinese table lamp industry
第5章 消费者组详解
第三章 MapReduce框架原理
[unsolved]7-14 calculation diagram
Spark独立集群Worker和Executor的概念