摘要:
Nginx docker compose 挂载 version: "3" services: nginx: image: nginx:1.22.1 restart: always ports: - "80:80" volumes: - "nginx_html:/usr/share/nginx/htm 阅读全文
摘要:
mybatis typehandler适配postgresql中的point数组数据类型 import lombok.extern.slf4j.Slf4j; import org.apache.ibatis.type.BaseTypeHandler; import org.apache.ibatis 阅读全文
摘要:
<?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
摘要:
server: port: 8084 servlet: session: cookie: path: / 阅读全文
摘要:
在Intellij Idea中常用的热键包括有Ctrl+Alt+s,Ctrl+Alt+L,Ctrl+Alt+Left,Alt+F7,而这些热键已经在Gnome中注册,这就导致了热键冲突。 执行以下脚本: !/bin/bash gsettings set org.gnome.desktop.wm.ke 阅读全文
摘要:
############################################################################## ## 千里业务windows开发环境安装脚本 ################################################ 阅读全文
摘要:
Feature Matrix This table outlines which features were added in which version. To get more information about a feature, click the link or hover the mo 阅读全文
摘要:
mybatisplus使用如果使用long[]或者其他数组,添加TableName中 autoResultMap = true时TableField的typeHandler才会生效 @TableName(schema = "public", value = "aa", autoResultMap = 阅读全文
摘要:
<?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 阅读全文
摘要:
spring.datasource.titan-master.url=jdbc:mysql://X.X.X.X:port/titan?characterEncoding=UTF-8 spring.datasource.titan-master.username= spring.datasource. 阅读全文