All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ji-plus.captcha.1.1.1.source-code.application.properties Maven / Gradle / Ivy

There is a newer version: 1.2.7
Show newest version
spring.application.name=captcha-service
server.port=8086

#redis
spring.redis.database=2
spring.redis.host=127.0.0.1
spring.redis.port=6379
spring.redis.password=
spring.redis.pool.max-active=8
spring.redis.pool.max-idle=8
spring.redis.pool.max-wait=-1
spring.redis.pool.min-idle=0
spring.redis.timeout=10000

#??????ͼ·??
captcha.captchaOriginalPath.jigsaw=D:\\anji-code\\verification\\core\\captcha\\images\\jigsaw
#??ѡ??ͼ·??
captcha.captchaOriginalPath.pic-click=D:\\anji-code\\verification\\core\\captcha\\images\\pic-click
#???½?ˮӡ
captcha.water.mark=\u5b89\u5409\u52a0\u52a0





© 2015 - 2024 Weber Informatics LLC | Privacy Policy