西东
西东
### 1. 部分调整规划草案 //::已全部完成调整 相对明确的: * 添加 Solon.context(); * 移除 solon.extend.sessionstate.* (已有 solon.sessionstate.*) * 移除 solon.ext.* (已转到:solon.core.util.*) * * 更名 solon.extend.aspect[弃用] => solon.aspect[新增] [无感+] //ok //ok * 更名 solon.extend.health[弃用] =>...
## 部分命名规范调整 ### 2. 插件命名规范:(插件越来越多,怕起冲突) * 官方适配插件命名 * solon-plugin-* * solon-cloud-plugin-* * 第三方适配插件命名 * *-solon-plugin * *-solon-cloud-plugin ### 3. 插件类包命名规范:(插件越来越多,怕起冲突) * 容器能力对接,包名风格: {xxx}.solon ? //例:cn.dev33.satoken.solon * 接口适配对接,包名风格: org.noear.solon.extend.{xxx} ? org.noear.solon.cloud.extend.{xxx}...
好的。我找个时间调整下:)
感谢感谢!!!我那个,相当于 springboot 的一套体系。 在 solon 体系里,通讯类扩展包,一般叫:solon.boot.xxx 。。。你可以参考下已有的 solon.boot.xxx 它在 [_solon_extend](https://gitee.com/noear/solon/tree/master/_solon_extend) 目录下面
只支持无参构造器一种。其它不支持。。。
这个建议好的! 发自我的iPhone 在 2021年9月23日,下午7:06,jovezhao ***@***.***> 写道: 可以考虑添加一个全局配置项,可以指定根据类型创建实例的方式。 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on...
可以加到qq群里。。。方便后续交流
https://github.com/noear/snack3/blob/master/snack3_demo/src/test/java/features/Coding.java 这个单测看一下。可以支持了。
自定义解码时,可以在里面new 。。。相当于构造了。。。 发自我的iPhone 在 2021年10月14日,下午5:47,jovezhao ***@***.***> 写道: 看了单测,这个没有解决类型构造的问题,只解决了自定义类型映射。 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications...
我想想想啊。最好两者共用机制 发自我的iPhone 在 2021年10月14日,下午7:22,jovezhao ***@***.***> 写道: 只需要构造,构造完了,还要使用默认的方式吧json中的值写入实例属性 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on...