Add operation log

This commit is contained in:
SwallowGG
2023-10-17 20:20:40 +08:00
parent 9622172ebe
commit cfda338978
3 changed files with 11 additions and 10 deletions

View File

@ -17,12 +17,12 @@
<groupId>ai.chat2db</groupId>
<artifactId>chat2db-spi</artifactId>
</dependency>
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>11.2.1.jre17</version>
<scope>test</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.microsoft.sqlserver</groupId>-->
<!-- <artifactId>mssql-jdbc</artifactId>-->
<!-- <version>11.2.1.jre17</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
</dependencies>
</project>