Merge branch 'feature/zhaogongzhaohuo' into 'master'
Feature/zhaogongzhaohuo See merge request infra/axzo-framework-commons!58
This commit is contained in:
commit
2cba091146
24
axzo-common-cache/pom.xml
Normal file
24
axzo-common-cache/pom.xml
Normal file
@ -0,0 +1,24 @@
|
||||
<?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:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>cn.axzo.framework</groupId>
|
||||
<artifactId>axzo-framework-commons</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<name>Axzo Common Cache</name>
|
||||
<artifactId>axzo-common-cache</artifactId>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.alicp.jetcache</groupId>
|
||||
<artifactId>jetcache-starter-redis</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
11
axzo-common-cache/src/main/java/cn/axzo/framework/cache/CommonCacheConfig.java
vendored
Normal file
11
axzo-common-cache/src/main/java/cn/axzo/framework/cache/CommonCacheConfig.java
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
package cn.axzo.framework.cache;
|
||||
|
||||
/**
|
||||
* @author cn
|
||||
* @version 1.0
|
||||
* @description
|
||||
* @date 2023/4/20 16:15
|
||||
*/
|
||||
public class CommonCacheConfig {
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user