2020-09-13 10:23:23 +00:00
|
|
|
<?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">
|
|
|
|
<parent>
|
|
|
|
<artifactId>jeecg-boot-parent</artifactId>
|
|
|
|
<groupId>org.jeecgframework.boot</groupId>
|
2024-03-06 09:13:05 +00:00
|
|
|
<version>3.6.3</version>
|
2020-09-13 10:23:23 +00:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2022-08-12 06:14:11 +00:00
|
|
|
<artifactId>jeecg-module-demo</artifactId>
|
2020-09-13 10:23:23 +00:00
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jeecgframework.boot</groupId>
|
2020-11-28 09:20:10 +00:00
|
|
|
<artifactId>jeecg-boot-base-core</artifactId>
|
2020-09-13 10:23:23 +00:00
|
|
|
</dependency>
|
2024-03-06 08:22:03 +00:00
|
|
|
|
|
|
|
<!-- chatgpt -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
|
|
<artifactId>jeecg-boot-starter-chatgpt</artifactId>
|
|
|
|
</dependency>
|
2020-09-13 10:23:23 +00:00
|
|
|
</dependencies>
|
2022-03-30 05:45:43 +00:00
|
|
|
|
2020-09-13 10:23:23 +00:00
|
|
|
</project>
|