码迷,mamicode.com
首页 >  
搜索关键字:service    ( 23357个结果
Spring Cloud 从入门到精通(一)Nacos 服务中心初探
什么是Nacos? Nacos是阿里巴巴开源的项目,是一个更易于帮助构建云原生应用的动态服务发现、配置管理和服务管理平台。英文全称 Dynamic Naming and Configuration Service,Na为naming/nameServer即注册中心,co为configuration即 ...
分类:编程语言   时间:2021-07-29 16:20:16    阅读次数:0
springboot jar包变成系统服务
1.打开下载网址 https://github.com/winsw/winsw/releases/tag/v2.9.0 2.下载相关exe,和xml文件 3.修改xml文件 <service> <!-- jar 包名称--> <id>kkFileView-3.3.1</id> <!-- 服务名称-- ...
分类:编程语言   时间:2021-07-27 17:37:10    阅读次数:0
【Azure 应用服务】App Service 配置 Application Settings 访问Storage Account得到 could not be resolved: '*.file.core.windows.net'的报错。没有解析成对应中国区 Storage Account地址 *.file.core.chinacloudapi.cn
问题描述 App Service 配置 Application Settings 访问Storage Account。如下: { "name": "WEBSITE_CONTENTAZUREFILECONNECTIONSTRING", "value": "[concat('DefaultEndpoin ...
分类:移动开发   时间:2021-07-26 16:39:52    阅读次数:0
传统方式实现Dao层
传统方式实现Dao层 1.结构图 2.controller package com.ding.controller; import com.ding.bean.Student; import com.ding.service.StudentService; import com.ding.servi ...
分类:其他好文   时间:2021-07-19 16:53:38    阅读次数:0
k8s四层负载均衡--Service
k8s四层负载均衡--Service 一、四层负载均衡Service概述 1.1、为什么要有Service 在kubernetes中,Pod是有生命周期的,如果Pod重启它的IP很有可能会发生变化。如果我们的服务都是将Pod的IP地址写死,Pod挂掉或者重启,和刚才重启的pod相关联的其他服务将会找 ...
分类:其他好文   时间:2021-07-12 17:50:41    阅读次数:0
CentOS7关闭防火墙
CentOS7防火墙命令有变化: CentOS7: systemctl status firewalld.service 查看防火墙状态 systemctl stop firewalld.service 本次访问关闭防火墙 systemctl disable firewalld.service 从下 ...
分类:其他好文   时间:2021-07-05 18:49:21    阅读次数:0
Centos 下启动mysql 报错: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)解决方法
1、启动服务 systemctl restart mysqld.service 报错: 启动数据库Can‘t connect to MYSQL server through socket ''var/lib/mysql/mysql.cock(146 lock timed out:Retry tran ...
分类:数据库   时间:2021-07-05 17:35:04    阅读次数:0
Spring Boot Docker
1. IDEA中配置Docker Docker默认只接受本地客户端的请求,为了能够远程访问它,首先要开放Docker的监听端口,允许外部应用可以访问 修改 /lib/systemd/system/docker.service 文件 找到 ExecStart 在后面追加 -H tcp://0.0.0. ...
分类:编程语言   时间:2021-07-05 16:43:40    阅读次数:0
4. 服务降级时遇到的问题
1. 在做feign服务降级的时候遇到了没有返回值 no feedback的问题 2.经过排查发现是因为service层写在了另外一个api模块而非客户端模块,而spring又没有配置相关的扫描包信息导致扫描不到其他模块的包 扫描不到继承了FallbackFactory接口的类故没有返回值 3. 解 ...
分类:其他好文   时间:2021-07-05 16:40:21    阅读次数:0
spring学习
//把创建的对象都放到applicationContext容器中,要用时,在通过id一个一个取出来 壹、第一个spring项目 主配置文件 <beans> <bean id="a" class="com.dh.service.impl.SomeServiceImpl"/></beans> //在sp ...
分类:编程语言   时间:2021-07-02 15:49:28    阅读次数:0
23357条   1 2 3 4 ... 2336 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!