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

发布到maven中央库

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