摘要: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc 阅读全文
posted @ 2025-02-12 11:19 tonggc1668 阅读(4) 评论(0) 推荐(0)
摘要: package com.joysuccess.dcim.alarm.utils; import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContext; impor 阅读全文
posted @ 2024-09-23 16:42 tonggc1668 阅读(55) 评论(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 阅读(56) 评论(0) 推荐(0)
摘要: springboot启动时多次监听到ApplicationReadyEvent事件 https://blog.csdn.net/weixin_43378325/article/details/118277450 阅读全文
posted @ 2024-08-27 14:29 tonggc1668 阅读(28) 评论(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 阅读(628) 评论(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 阅读(315) 评论(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 阅读(12) 评论(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 阅读(41) 评论(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 阅读(27) 评论(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 阅读(786) 评论(0) 推荐(0)