码迷,mamicode.com
首页 >  
搜索关键字:boot loader    ( 16741个结果
【sprinb-boot】@ComponentScan 跳过扫描 excludeFilters
@ComponentScan(excludeFilters = @ComponentScan.Filter(type = FilterType.ANNOTATION, classes = {Controller.class, RestController.class})) 前言 springboot ...
分类:其他好文   时间:2021-01-22 12:28:51    阅读次数:0
spring boot 获取ip
spring boot 获取ip 地址 按照我这个代码,如果有代理过的,基本也能获取到IP地址。 public String getRemoteHost(HttpServletRequest request) { String ip = request.getHeader("x-forwarded- ...
分类:编程语言   时间:2021-01-22 12:23:37    阅读次数:0
Mock和单元测试助手如何帮助Spring进行依赖性管理?
Spring框架(连同Spring Boot一起)提供了一个有用的测试框架,为你的Spring控制器编写JUnit测试。 ...
分类:编程语言   时间:2021-01-22 12:01:56    阅读次数:0
SpringBoot之SpringBoot整合JdbcTemplate
SpringBoot之SpringBoot整合JdbcTemplate 添加Maven依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactI ...
分类:数据库   时间:2021-01-22 12:01:44    阅读次数:0
springBoot 基础-拓展(二) 记录一些常用的配置文件
1:pom中设置下载源为阿里云 <repositories> <repository> <id>aliyun</id> <name>aliyun</name> <url>https://maven.aliyun.com/repository/public</url> </repository> </ ...
分类:编程语言   时间:2021-01-22 12:00:04    阅读次数:0
修改网卡名ens33换成eth0
vim /etc/default/grub 添加红线部分 grub2-mkconfig -o /boot/grub2/grub.cfg reboot 开机显示就可以将网卡名ens33换成eth0 ...
分类:其他好文   时间:2021-01-22 11:52:53    阅读次数:0
laravel观察者模式使用及注意事项
一、先讲观察者使用流程 1.先创建一个 App\Observers 文件夹, 2.然后创建想要操作的模型对应的 observer,比如说创建一个 AgentLogsObservers 3.然后到 AppServiceProvider 的 boot 方法当中进行注册,也可以是其他的 ServicePr ...
分类:其他好文   时间:2021-01-22 11:41:58    阅读次数:0
用tomcat启动spring-boot
两种做法 修改Appcation.java文件 package com.techny.lianmai; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.S ...
分类:编程语言   时间:2021-01-20 12:07:41    阅读次数:0
Spring Boot整合Sharding-JDBC实现分库分表+读写分离io.shardingsphere(4)
1、数据库准备 1、192.168.8.162 test1主 2、192.168.8.134 test1从 3、192.168.8.176 test1从 4、192.168.8.162 test2主 5、192.168.8.134 test2从 6、192.168.8.176 test2从 2、准备 ...
分类:数据库   时间:2021-01-20 11:42:43    阅读次数:0
springboot扩展MVC
转自:https://www.pianshen.com/article/58601308015/ springboot配置MVC的官网信息:https://docs.spring.io/spring-boot/docs/2.2.1.RELEASE/reference/htmlsingle/#boot ...
分类:编程语言   时间:2021-01-19 12:26:09    阅读次数:0
16741条   上一页 1 ... 30 31 32 33 34 ... 1675 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!