适配jdk8(暂时编译没报错)

This commit is contained in:
cherishsince
2024-03-16 21:38:31 +08:00
parent 94e9ee9590
commit e889b8c1e0
8 changed files with 171 additions and 146 deletions

View File

@ -12,8 +12,8 @@
<artifactId>yudao-spring-boot-starter-ai</artifactId>
<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>