#\u7AEF\u53E3\u914D\u7F6E server.port=7011 #tomcat\u6700\u5927\u7EBF\u7A0B\u6570\uFF0C\u9ED8\u8BA4\u4E3A200 server.tomcat.threads.max=2500 #tomcat\u6700\u5927\u8FDE\u63A5\u6570 server.tomcat.max-connections=2500 #tomcat\u7684URI\u7F16\u7801 server.tomcat.uri-encoding=UTF-8 #\u9879\u76EE\u540D\u79F0 spring.application.name=teachcloud-task #\u6570\u636E\u6E90\u914D\u7F6E db.host=localhost db.port=3306 db.name=distributed-136 db.username=root db.password=123456789 #redis\u6570\u636E\u6E90\u914D\u7F6E com.qmth.redis.host=${db.host} com.qmth.redis.port=6379 com.qmth.redis.db=0 #com.qmth.redis.password #mysql\u914D\u7F6E com.qmth.mysql.url=jdbc:mysql://${db.host}:${db.port}/${db.name}?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8 com.qmth.mysql.username=${db.username} com.qmth.mysql.password=${db.password} com.qmth.mysql.min-idle=40 com.qmth.mysql.max-pool-size=200 com.qmth.mysql.log-level=debug #\u963F\u91CC\u4E91OSS\u914D\u7F6E aliyun.oss.name=oss-cn-shenzhen.aliyuncs.com aliyun.oss.endpoint=http://${aliyun.oss.name} aliyun.oss.accessKeyId=LTAI4Fi8jVRYT49QBXU9x5QX aliyun.oss.accessKeySecret=97aBLBfkQR5mzCiQa82yWLAH57eUd8 aliyun.oss.bucket=teachcloud-test aliyun.oss.url=http://${aliyun.oss.bucket}.${aliyun.oss.name} #\u7CFB\u7EDF\u914D\u7F6E sys.config.oss=true sys.config.attachmentType=.xlsx,.xls,.doc,.docx,.pdf,.jpg,.jpeg,.png,.html,.zip,.mp3,.wav,.dll,.exe,.ftl sys.config.attachmentLength=100 sys.config.attachmentSize=200 sys.config.serverUpload= sys.config.fileHost=localhost:7011 sys.config.serverHost=localhost:7011 #sys.config.accessKey=0bce69d94a7b4aef8bc0badf150351a9 #sys.config.accessSecret=LdUwb5X4etmjW7fDn0KAdoXG0Yt7AkDu sys.config.accessKey=274f823e5f59410f8b3bb6edcd8e2b6e sys.config.accessSecret=y7AO6W0TOdTF8HpWBwGHbp3wfIHsmUKr sys.config.adminLogoUrl=http://qmth-test.oss-cn-shenzhen.aliyuncs.com/frontend/wx_logo.png #sys.config.htmlToPdfUrl=/usr/local/bin/wkhtmltopdf sys.config.htmlToPdfUrl=/usr/local/bin/wkhtmltopdf sys.config.autoCreatePdfResetMaxCount=5 sys.config.threadPoolCoreSize=1 sys.config.customThreadPoolCoreSize=true sys.config.sessionActive=4h spring.resources.static-locations=file:${sys.config.serverUpload},classpath:/META-INF/resources/,classpath:/resources/ #============================================================================ # \u914D\u7F6EJobStore #============================================================================ spring.quartz.job-store-type=jdbc spring.quartz.jdbc.initialize-schema=never # JobDataMaps\u662F\u5426\u90FD\u4E3AString\u7C7B\u578B\uFF0C\u9ED8\u8BA4false spring.quartz.properties.org.quartz.jobStore.useProperties=false # \u8868\u7684\u524D\u7F00\uFF0C\u9ED8\u8BA4QRTZ_ spring.quartz.properties.org.quartz.jobStore.tablePrefix=QRTZ_ # \u662F\u5426\u52A0\u5165\u96C6\u7FA4 spring.quartz.properties.org.quartz.jobStore.isClustered=true # \u8C03\u5EA6\u5B9E\u4F8B\u5931\u6548\u7684\u68C0\u67E5\u65F6\u95F4\u95F4\u9694 ms spring.quartz.properties.org.quartz.jobStore.clusterCheckinInterval=5000 # \u5F53\u8BBE\u7F6E\u4E3A\u201Ctrue\u201D\u65F6\uFF0C\u6B64\u5C5E\u6027\u544A\u8BC9Quartz \u5728\u975E\u6258\u7BA1JDBC\u8FDE\u63A5\u4E0A\u8C03\u7528setTransactionIsolation\uFF08Connection.TRANSACTION_READ_COMMITTED\uFF09\u3002 spring.quartz.properties.org.quartz.jobStore.txIsolationLevelReadCommitted=true # \u6570\u636E\u4FDD\u5B58\u65B9\u5F0F\u4E3A\u6570\u636E\u5E93\u6301\u4E45\u5316 spring.quartz.properties.org.quartz.jobStore.class=org.quartz.impl.jdbcjobstore.JobStoreTX # \u6570\u636E\u5E93\u4EE3\u7406\u7C7B\uFF0C\u4E00\u822Corg.quartz.impl.jdbcjobstore.StdJDBCDelegate\u53EF\u4EE5\u6EE1\u8DB3\u5927\u90E8\u5206\u6570\u636E\u5E93 spring.quartz.properties.org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.StdJDBCDelegate #============================================================================ # Scheduler \u8C03\u5EA6\u5668\u5C5E\u6027\u914D\u7F6E #============================================================================ # \u8C03\u5EA6\u6807\u8BC6\u540D \u96C6\u7FA4\u4E2D\u6BCF\u4E00\u4E2A\u5B9E\u4F8B\u90FD\u5FC5\u987B\u4F7F\u7528\u76F8\u540C\u7684\u540D\u79F0 spring.quartz.properties.org.quartz.scheduler.instanceName=ClusterQuartz # ID\u8BBE\u7F6E\u4E3A\u81EA\u52A8\u83B7\u53D6 \u6BCF\u4E00\u4E2A\u5FC5\u987B\u4E0D\u540C spring.quartz.properties.org.quartz.scheduler.instanceId=AUTO #============================================================================ # \u914D\u7F6EThreadPool #============================================================================ # \u7EBF\u7A0B\u6C60\u7684\u5B9E\u73B0\u7C7B\uFF08\u4E00\u822C\u4F7F\u7528SimpleThreadPool\u5373\u53EF\u6EE1\u8DB3\u51E0\u4E4E\u6240\u6709\u7528\u6237\u7684\u9700\u6C42\uFF09 spring.quartz.properties.org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool # \u6307\u5B9A\u7EBF\u7A0B\u6570\uFF0C\u4E00\u822C\u8BBE\u7F6E\u4E3A1-100\u76F4\u63A5\u7684\u6574\u6570\uFF0C\u6839\u636E\u7CFB\u7EDF\u8D44\u6E90\u914D\u7F6E spring.quartz.properties.org.quartz.threadPool.threadCount=10 # \u8BBE\u7F6E\u7EBF\u7A0B\u7684\u4F18\u5148\u7EA7(\u53EF\u4EE5\u662FThread.MIN_PRIORITY\uFF08\u53731\uFF09\u548CThread.MAX_PRIORITY\uFF08\u8FD9\u662F10\uFF09\u4E4B\u95F4\u7684\u4EFB\u4F55int \u3002\u9ED8\u8BA4\u503C\u4E3AThread.NORM_PRIORITY\uFF085\uFF09\u3002) spring.quartz.properties.org.quartz.threadPool.threadPriority=5 #\u914D\u7F6E\u6587\u4EF6 #spring.profiles=task