提交 fc5c912d 编写于 作者: 如梦技术's avatar 如梦技术 🐛

发布到maven中央库

上级 5830c575
...@@ -39,12 +39,14 @@ jfinal weixin 的 spring boot starter,这个starter是为了方便boot用户 ...@@ -39,12 +39,14 @@ jfinal weixin 的 spring boot starter,这个starter是为了方便boot用户
### 配置 ### 配置
| 配置项 | 默认值 | | 配置项 | 默认值 |
| ----- | ------ | | ----- | ------ |
| dream.weixin.access-token-cache | dreamWeixinCache | | dream.weixin.access-token-cache | dreamWeixinCache | 缓存名,需要开启spring cache |
| dream.weixin.app-id-key | appId | | dream.weixin.app-id-key | appId | 对公众号参数名,如:/weixin/wx?appId=xxx |
| dream.weixin.dev-mode | false | | dream.weixin.dev-mode | false | 开发模式 |
| dream.weixin.url-patterns | /weixin/* | | dream.weixin.url-patterns | /weixin/* | JFinal-weixin 过滤器url前缀 |
| dream.weixin.wx-configs | 公众号的配置 | | dream.weixin.wx-configs | 公众号的配置 | 多公众号配置 |
| dream.weixin.wxa-config | 小程序配置 | | dream.weixin.wxa-config | 小程序配置 | 小程序配置 |
`注意`:可参考demo中的[application.yml](spring-boot-weixin-demo/src/main/resources/application.yml)
`注意` `注意`
- cache使用spring的cache,需要`@EnableCaching`开启。 - cache使用spring的cache,需要`@EnableCaching`开启。
......
...@@ -85,7 +85,7 @@ uploadArchives { ...@@ -85,7 +85,7 @@ uploadArchives {
pom.groupId = "$project.group" pom.groupId = "$project.group"
signing { signing {
Sign archives sign configurations.archives
} }
beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) } beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
...@@ -97,10 +97,10 @@ uploadArchives { ...@@ -97,10 +97,10 @@ uploadArchives {
} }
pom.project { pom.project {
name 'LuTool' name 'spring-boot-starter-weixin'
packaging 'jar' packaging 'jar'
description 'An enhanced toolkit of Spring boot to simplify development.' description 'A spring boot starter for JFinal weixin.'
url 'https://gitee.com/dreamlu/LuTool' url 'https://gitee.com/dreamlu/spring-boot-starter-weixin'
scm { scm {
connection 'scm:git@gitee.com:/596392912/spring-boot-starter-weixin.git' connection 'scm:git@gitee.com:/596392912/spring-boot-starter-weixin.git'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册