SpringBoot AOP 记录日志实例
SpringBoot AOP 记录日志实例
image.png
image.png
image.png
image.png
散布于应用中多处的功能(日志、安全、事务管理等)被称为横切关注点。
Idea的live template参数中的预定义功能
Predefined Functions to Use in Live Template Variables
Item
Description
annotated("annotation qname")
Creates a symbol of type with an annotation that resides at the specified location.
Java嵌入式数据库-MapDB
MapDB可以直接将Java的数据类型存储至直接内存而非JVM的堆中,也可以将数据持久化到磁盘。
与文无关
今天和大家介绍一个Java的第三方库,MapDB,它是用Kotlin写的,据说代码质量还不错,有兴趣的可以阅读其源码。