From 591ace0a9b82b62ed7882246636dbf55b58a006a Mon Sep 17 00:00:00 2001 From: chenxudong Date: Wed, 13 Aug 2025 14:30:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/application1.properties | 64 ------------------- 1 file changed, 64 deletions(-) delete mode 100644 electrmangnetic/src/main/resources/application1.properties diff --git a/electrmangnetic/src/main/resources/application1.properties b/electrmangnetic/src/main/resources/application1.properties deleted file mode 100644 index 4f32bd4..0000000 --- a/electrmangnetic/src/main/resources/application1.properties +++ /dev/null @@ -1,64 +0,0 @@ -# spring framework -spring.application.name=electromagnetic-data -spring.jackson.time-zone=GMT+8 -spring.servlet.multipart.max-file-size=500MB -spring.servlet.multipart.max-request-size=500MB -spring.mvc.async.request-timeout=3600000 -#mysql -spring.datasource.url=jdbc:mariadb://139.196.179.195:3506/em_data_dev?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&sslModel=true&serverTimezone=GMT%2B8&allowMultiQueries=true&rewriteBatchedStatements=true -spring.datasource.driver-class-name=org.mariadb.jdbc.Driver -spring.datasource.username=em_user_dev -spring.datasource.password=Szsd#2O25$dev -spring.datasource.type=com.alibaba.druid.pool.DruidDataSource -#ai -spring.ai.ollama.base-url=http://192.168.1.110:11434 -spring.ai.ollama.chat.options.model=qwen3:8b -spring.ai.ollama.chat.options.num-g-p-u=1 -spring.ai.ollama.embedding.options.internal-tool-execution-enabled=true -spring.ai.ollama.embedding.options.model=bge-m3:567m -spring.ai.vectorstore.mariadb.initialize-schema=true -spring.ai.vectorstore.mariadb.distance-type=COSINE -spring.ai.vectorstore.mariadb.dimensions=1024 -spring.ai.vectorstore.mariadb.table-name=ai_rag -spring.thymeleaf.suffix=.html -spring.thymeleaf.prefix=classpath:/templates/ -spring.thymeleaf.cache=true -spring.thymeleaf.mode=HTML -spring.thymeleaf.encoding=utf-8 -spring.thymeleaf.enabled=true -allow.upload.file.types=doc, docx, txt, csv, xls, xlsx, pdf, ppt, pptx -ai.file.upload.store.dir=/szsd/data/ele/aifile/ -# mybatis -mybatis-plus.mapper-locations=classpath:sqlmapper/*.xml -mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl -pagehelper.helperDialect=mysql -pagehelper.reasonable=false -# app -server.port=12396 -winPrefix:D:/tmp -prjRootPath=/szsd/data/ele/prj/dev/ -data.ele.tmp.path=tmp/ -ai.store.max.docs=200 -# sys path -data.sys.prj.path=sys_project/ -data.sys.upload.path=sys_upload/ -data.sys.download.path=sys_download/ -# user path -data.user.prj.path=user_project/ -data.user.upload.path=user_upload/ -data.user.download.path=user_download/ -# repo path -data.repo.prj.path=repo_project/ -data.repo.upload.path=repo_upload/ -data.repo.download.path=repo_download/ -# import path -data.import.prj.path=import_project/ -data.import.upload.path=import_upload/ -data.import.download.path=import_download/ -prj.folder.max.length=6 -# backupFiles -tmp.file.store.hour=48 -backup.remote.host=127.0.0.1 -backup.remote.port=1111 -backup.mysql.path=/workspace/mysqlbak/test -backup.mysql.script.path=/workspace/mysqlbak/back_dev.sh \ No newline at end of file