nacos
断毫残墨
这个作者很懒,什么都没留下…
展开
-
使用SpringCloud2020 nacos无法加载bootstrap.yml问题解决
使用SpringCloud2020,使用nacos需要引入spring-cloud-starter-bootstrap依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-bootstrap</artifactId> </dependency> ...原创 2021-04-26 10:17:41 · 2136 阅读 · 1 评论 -
k8s部署单节点nacos报错 server is DOWN now, please try again later! 解决
错误 :/nacos/v1/ns/instance 503server is DOWN now, please try again later! 原因 :nacos.naming.data.warmup=true时,如果只部署一个节点,导致不可用,设置为false 即可原创 2021-03-22 11:18:50 · 3846 阅读 · 2 评论 -
k8s简单部署 nacos
--- apiVersion: v1 kind: Service metadata: name: nacos-headless labels: app: nacos-headless spec: type: ClusterIP clusterIP: None ports: - port: 8848 name: server targetPort: 8848 - port: 7848 name: rpc tar...原创 2021-03-22 09:59:08 · 1790 阅读 · 0 评论 -
nacos mysql表结构
https://github.com/alibaba/nacos/blob/develop/distribution/conf/nacos-mysql.sql /* * Copyright 1999-2018 Alibaba Group Holding Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in complianc.原创 2021-03-22 09:54:39 · 3098 阅读 · 0 评论