摘要: Spring的Conditional注解 源码 @Target({ElementType.TYPE, ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface Conditional 阅读全文
posted @ 2020-09-16 21:07 天宇轩-王 阅读(210) 评论(0) 推荐(0) 编辑
摘要: Spring中的@DependsOn注解 源码: @Target({ElementType.TYPE, ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface DependsOn { 阅读全文
posted @ 2020-09-16 17:27 天宇轩-王 阅读(3290) 评论(0) 推荐(0) 编辑
摘要: 1 解析xml文件 xml配置文件 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <properties> <entry key 阅读全文
posted @ 2020-09-16 16:47 天宇轩-王 阅读(546) 评论(0) 推荐(0) 编辑
摘要: 使用@PropertySource @PropertySource 为将PropertySource添加到 Spring 的Environment提供了一种方便的声明性机制。 给定名为app.properties的文件,其中包含键值对testbean.name=myTestBean,以下@Confi 阅读全文
posted @ 2020-09-16 15:26 天宇轩-王 阅读(1776) 评论(0) 推荐(1) 编辑
摘要: Grafana 汉化 之前在k8s中安装kube-prometheus,然后发现grafana点的不是很明白,就在b站看点视频,发现up主的视频还可以,看见他还有汉化的代码,就试了试. 但是最好安装的版本和汉化的是一样的。6.7.4 我是提前安装的,版本有点高: wget https://dl.gr 阅读全文
posted @ 2020-09-16 14:15 天宇轩-王 阅读(12181) 评论(9) 推荐(0) 编辑