spring boot 反向代理 https 会重定向到 http ,怎么解决? 2018年10月30日 | Leave a comment 问题: 解决: 使用 server.use-forward-headers=tru… Read More
thorntail (wildfly swarm) web demo 2018年10月29日 | Leave a comment 代码: https://github.com/giant35/thorntail-web1 &n… Read More
【转】gradle新建工程,多项目依赖,聚合工程 2018年10月25日 | Leave a comment https://blog.csdn.net/w8452960/article/details/53415415… Read More
【转】centos 添加CA 证书 2018年10月22日 | Leave a comment https://blog.csdn.net/E_mac/article/details/42493599 &n… Read More
如何备份 k8s yaml 配置 2018年10月18日 | Leave a comment 问题: 如何备份 k8s yaml 配置 解决: [crayon-673148828892f69… Read More
采用 docker 运行 mysqldump 备份 2018年10月18日 | Leave a comment docker run --rm -v /tmp/db_backup:/db_backup mysql:8 mysqldump -h 127.0.0.1 -–user=root -–password='pdETht83w28_53' -–set-charset -–quote-names -–complete-insert -–result-file=/db_backup/db1.sql db1 1 docker run --rm -v /tmp/db_backup:/db_backup mysql:8 mysqldump -h 127.0.0.1 -–user=root -–password='pdETht83w28_53' -–set-charset -–quote-names -–complete-insert -–result-file=/db_backup/db1.sql db1 d… Read More
【转】三种方式配置Mac OS X的启动项 2018年10月7日 | Leave a comment https://blog.csdn.net/abby_sheen/article/details/781719… Read More
spring boot 2.x 在 jdk 11 上报错 Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException 2018年9月30日 | Leave a comment 问题: spring boot 2.x 在 jdk 11 上报错 Caused by: java.lang.C… Read More
端口转发 socat 2018年9月28日 | Leave a comment 问题: 解决: socat TCP-LISTEN:80,fork TCP:www.domain.org:80 1 socat TCP-LISTEN:80,fork TCP:www.domain.org:80 … Read More