diff --git b/pom.xml a/pom.xml new file mode 100644 index 0000000..3b22e6d --- /dev/null +++ a/pom.xml @@ -0,0 +1,553 @@ + + + 4.0.0 + + + org.springframework.boot + spring-boot-starter-parent + 3.5.9 + + + + com.xly + xlyAi + 0.0.1-SNAPSHOT + war + xlyAi + xlyAi + + 17 + 3.0.4 + 2.1.0 + 1.5.5.Final + 2.0.50 + 2.0.50 + 0.35.0 + + 0.20.0 + 1.7.4 + + 1.18.34 + 5.8.28 + 4.10.0 + 2.5.0 + 1.5.5.Final + + 2.17.2 + 1.17.2 + + 4.4.0 + + + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-validation + + + com.alibaba + fastjson + 2.0.47 + + + org.springframework.boot + spring-boot-starter-aop + + + + + org.springframework.cloud + spring-cloud-context + 4.1.0 + + + + org.springframework.boot + spring-boot-starter-webflux + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + ${mybatis-spring.version} + + + + + com.mysql + mysql-connector-j + runtime + + + + + com.zaxxer + HikariCP + + + + + com.github.pagehelper + pagehelper-spring-boot-starter + ${pagehelper.version} + + + + + org.jsoup + jsoup + ${json-schema.version} + + + + + org.projectlombok + lombok + true + + + + cn.hutool + hutool-all + ${hutool.version} + + + + cglib + cglib + 3.3.0 + + + + org.codehaus.groovy + groovy + 3.0.20 + + + + + org.codehaus.groovy + groovy-all + 3.0.20 + pom + + + + + org.mapstruct + mapstruct + ${mapstruct.version} + + + + org.mapstruct + mapstruct-processor + ${mapstruct.version} + provided + + + + + com.alibaba.fastjson2 + fastjson2 + ${fastjson.version} + + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + + + org.springdoc + springdoc-openapi-starter-webmvc-ui + ${springdoc.version} + + + + + io.swagger.core.v3 + swagger-annotations + 2.2.20 + + + + + org.springframework.boot + spring-boot-devtools + true + + + + + com.huaban + jieba-analysis + 1.0.2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + org.apache.tika + tika-core + 2.9.1 + + + org.apache.pdfbox + pdfbox + 3.0.2 + + + org.apache.poi + poi-ooxml + 5.2.5 + + + + + com.fasterxml.jackson.core + jackson-databind + + + + javax.annotation + javax.annotation-api + 1.3.2 + + + + + + + + + + + + + + + + + + + + + + + jakarta.persistence + jakarta.persistence-api + 3.1.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + dev.langchain4j + langchain4j-core + ${langchain4j.version} + + + + + + + + + + + dev.langchain4j + langchain4j + ${langchain4j.version} + + + + + + + + dev.langchain4j + langchain4j-ollama + ${langchain4j.version} + + + + + com.microsoft.onnxruntime + onnxruntime + 1.17.0 + + + + + + + + + + + + + org.apache.tika + tika-core + 2.9.1 + + + + org.apache.tika + tika-parsers-standard-package + 2.9.1 + + + + + + + + + + + + org.springframework.retry + spring-retry + 2.0.5 + + + + + org.springframework + spring-aspects + 5.3.30 + + + + com.microsoft.cognitiveservices.speech + client-sdk + 1.37.0 + compile + + + + + jakarta.validation + jakarta.validation-api + ${jakarta-validation.version} + + + + org.glassfish + jakarta.el + 4.0.2 + + + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + ${jackson.version} + + + + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + + + org.projectlombok + lombok + ${lombok.version} + true + + + + org.mapstruct + mapstruct + ${mapstruct.version} + + + + org.mapstruct + mapstruct-processor + ${mapstruct.version} + provided + + + + com.squareup.okhttp3 + okhttp + ${okhttp.version} + + + + + org.python + jython-standalone + 2.7.3 + + + + + org.apache.commons + commons-exec + 1.3 + + + + + + xlyAi + + + + + src/main/resources + true + + **/* + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + 17 + 17 + UTF-8 + + + org.projectlombok + lombok + ${lombok.version} + + + + true + true + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + \ No newline at end of file