实时同步数据库变更 Debezium
fluent mybatis 阿里推出新ORM框架
打包部署简易图
lib下面文件添加到modules中
条形码和二维码
https://www.cnblogs.com/yuweninclass/articles/17102281.html
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>${zxing.code.version}</version> (3.3.3)
</dependency>
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>javase</artifactId>
<version>${zxing.javase.version}</version> (3.3.3)
</dependency>
在本地跑的时候, 条形码下方的中文可以正常显示, 但是在服务器上不行, 中文会出现乱码, 原因是Linux系统上的jdk安装包下没有对应的字体
解决方案:
可以将本地C:\Windows\Fonts目录下的字体安装到Linux中的/jre/lib/fonts 路径中添加字体支持,如:/usr/java/jdk1.8.0_231/jre/lib/fonts
https://www.cnblogs.com/xfeiyun/p/16365879.html
仓库管理
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
文档更新时间: 2024-06-03 14:42 作者:admin