|
@@ -11,22 +11,6 @@
|
|
|
|
|
|
|
|
<artifactId>product-hunt</artifactId>
|
|
<artifactId>product-hunt</artifactId>
|
|
|
|
|
|
|
|
- <properties>
|
|
|
|
|
- <spring-ai.version>1.0.0-M6</spring-ai.version>
|
|
|
|
|
- </properties>
|
|
|
|
|
-
|
|
|
|
|
- <dependencyManagement>
|
|
|
|
|
- <dependencies>
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.ai</groupId>
|
|
|
|
|
- <artifactId>spring-ai-bom</artifactId>
|
|
|
|
|
- <version>${spring-ai.version}</version>
|
|
|
|
|
- <type>pom</type>
|
|
|
|
|
- <scope>import</scope>
|
|
|
|
|
- </dependency>
|
|
|
|
|
- </dependencies>
|
|
|
|
|
- </dependencyManagement>
|
|
|
|
|
-
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
@@ -36,10 +20,6 @@
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-validation</artifactId>
|
|
<artifactId>spring-boot-starter-validation</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
@@ -52,26 +32,10 @@
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-graphql</artifactId>
|
|
<artifactId>spring-boot-starter-graphql</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.ai</groupId>
|
|
|
|
|
- <artifactId>spring-ai-openai-spring-boot-starter</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
|
- <artifactId>spring-tx</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.mysql</groupId>
|
|
|
|
|
- <artifactId>mysql-connector-j</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.projectlombok</groupId>
|
|
<groupId>org.projectlombok</groupId>
|
|
|
<artifactId>lombok</artifactId>
|
|
<artifactId>lombok</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>tk.mybatis</groupId>
|
|
|
|
|
- <artifactId>mapper-spring-boot-starter</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.github.ulisesbocchio</groupId>
|
|
<groupId>com.github.ulisesbocchio</groupId>
|
|
|
<artifactId>jasypt-spring-boot-starter</artifactId>
|
|
<artifactId>jasypt-spring-boot-starter</artifactId>
|