摘要: package com.joysuccess.dcim.alarm.utils; import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContext; impor 阅读全文
posted @ 2024-09-23 16:42 tonggc1668 阅读(9) 评论(0) 推荐(0) 编辑
摘要: import java.nio.charset.StandardCharsets; import java.util.Base64; public class Base64Example { public static void main(String[] args) { String origin 阅读全文
posted @ 2024-09-20 10:54 tonggc1668 阅读(36) 评论(0) 推荐(0) 编辑
摘要: springboot启动时多次监听到ApplicationReadyEvent事件 https://blog.csdn.net/weixin_43378325/article/details/118277450 阅读全文
posted @ 2024-08-27 14:29 tonggc1668 阅读(8) 评论(0) 推荐(0) 编辑
摘要: MyBatis-Plus更新字段为null时,update语句为null字段不生效的解决方法 https://blog.csdn.net/y2020520/article/details/132827206 1)修改MyBatis-Plus 全局默认策略缺点:这样做会对所有的字段都忽略判断,如果一些 阅读全文
posted @ 2024-06-13 15:21 tonggc1668 阅读(310) 评论(0) 推荐(0) 编辑
摘要: springboot如何去自定义端口 https://blog.csdn.net/m0_63102097/article/details/138584857 1.在application.properties文件中设置端口号:server.port=80802.在application.yml文件中 阅读全文
posted @ 2024-06-05 10:11 tonggc1668 阅读(249) 评论(0) 推荐(0) 编辑
摘要: package com.mvp.common.annotation; import java.lang.annotation.*; @Target({ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) @Documented public 阅读全文
posted @ 2024-04-10 10:32 tonggc1668 阅读(9) 评论(0) 推荐(0) 编辑
摘要: <build> <finalName>${project.artifactId}</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plug 阅读全文
posted @ 2024-02-05 15:23 tonggc1668 阅读(24) 评论(0) 推荐(0) 编辑
摘要: [root@mvp1 ~]# ps -ef | grep elaes 23985 1 0 2023 ? 01:02:42 /opt/elasticsearch/jdk/bin/java -Xshare:auto -Des.networkaddress.cache.ttl=60 -Des.networ 阅读全文
posted @ 2024-01-03 13:54 tonggc1668 阅读(12) 评论(0) 推荐(0) 编辑
摘要: docker cp /opt/mvp/base/consul_kv.json f801a403:consul_kv.jsondocker exec f801a403 consul kv import --http-addr=http://127.0.0.1:8500 @consul_kv.jsond 阅读全文
posted @ 2023-12-13 10:55 tonggc1668 阅读(149) 评论(0) 推荐(0) 编辑
摘要: [root@host-172-20-105-194 ~]# cat /proc/versionLinux version 4.19.90-24.4.v2101.ky10.aarch64 (KYLINSOFT@localhost.localdomain) (gcc version 7.3.0 (GCC 阅读全文
posted @ 2023-12-04 15:28 tonggc1668 阅读(426) 评论(0) 推荐(0) 编辑