码迷,mamicode.com
首页 >  
搜索关键字:service application    ( 37466个结果
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
学习 OpenStack (1):杂记
##源码查看小结 使用方式: 1.Web界面,Dashboard(horizon) 2.命令行,cliff 3.API,RESTful API 服务部署:(python: wsgi → application) Apache + mod_wsgi (官方) Nginx + uWSGI API框架: ...
分类:其他好文   时间:2021-07-23 17:39:38    阅读次数:0
SpringBoot配置详解
简述 springboot是基于约定的,所以很多配置都有默认的值,但如果想用自己的配置替换掉默认的配置的话,就可以使用application.properties或者application.yml(application.yml)进行配置 yml和properties的区别 properties文件 ...
分类:编程语言   时间:2021-07-20 16:25:24    阅读次数: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 学习(一) Condition
通过application类中的main方法里面的run方法 @SpringBootApplication @ServletComponentScan(basePackages = "com.sp") //可以自动将写的servlet扫描进去 配置扫描的包 @MapperScan("com.sp.m ...
分类:编程语言   时间:2021-07-05 17:22:51    阅读次数:0
37466条   1 2 3 4 ... 3747 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!