falcon-jin

Results 8 issues of falcon-jin

比如创建一个注解@PowerJob 只要在要执行的方法上添加注解@PowerJob("* * * * * ?")可以自动注册任务 任务名称可以取方法名 全限定类名也可以获取到

new feature

**您的Feature Request/想法是否与已有问题有关? 请描述。** 比如我传一个字典编码sex 如果运行时或者编译时没有配置 自动掉字典查询接口去后端查 **简述你想要的解决方案** 没有可以不填写 get('sex',()=>{ //如果前端没查询到'sex' 自己在这个函数处理 可以去后端查询 或者返回默认值 }) getDict('sex) //获取字典 如果前端缓存的有‘sex’就直接返回值 如果没有可以掉全局配置的接口或者函数去后端查询字典 **描述你考虑过的替代方案** 是否有替代方案、你看过的不错的参考方案、交互方案等 **其它补充内容** 任何和这个问题有关的额外内容

docker启动使用可能会更简单一点

enhancement

### Version latest ### Vue Version latest ### Link to minimal reproduction [calendar-view](https://opentiny.design/vue-playground?cmpId=calendar-view&fileName=basic-usage.vue&apiMode=Composition&mode=pc&theme=default) ### Step to reproduce https://opentiny.design/vue-playground?cmpId=calendar-view&fileName=basic-usage.vue&apiMode=Composition&mode=pc&theme=default ![image](https://github.com/opentiny/tiny-vue/assets/48880836/d1f6fc27-0a77-44e0-9035-8a4a4b54b4b2) ### What is expected _No response_ ### What is actually happening...

bug

![image](https://github.com/user-attachments/assets/4021e8e7-9136-42c5-a31f-4de028d61baf) ![image](https://github.com/user-attachments/assets/637307c2-66cf-4fa9-84b0-5e2b8062f394) deng'l登录成功 不会跳转界面

### Version Vben Admin V5 ### Description ![image](https://github.com/user-attachments/assets/a2927e5c-c486-4f0d-bbd2-1a6a237e2df8) ### Proposed Solution ![image](https://github.com/user-attachments/assets/068805ef-0358-4c75-b4bf-9e3bd8d67eed) ### Alternatives Considered _No response_ ### Additional Context _No response_ ### Validations - [X] Read the [docs](https://anncwb.github.io/vue-vben-admin-doc/) -...

enhancement

~~~ java @Data @RequiredArgsConstructor public static class UserInfo { // 其他属性...... @Assemble( containerProvider = "dictContainerProvider", container = "sex-dict", // 总是查询固定的字典类型 prop = "sexName" ) private final Integer sex; private String...

enhancement

### Version latest ### Vue Version latest ### Link to minimal reproduction 动作菜单不显示更多按钮时后面有个分隔符 https://opentiny.design/vue-playground?cmpId=action-menu&fileName=max-show-num.vue&apiMode=Composition&mode=pc&theme=aurora ### Step to reproduce ![image](https://github.com/user-attachments/assets/143360e8-5bbb-4ae2-a571-43d0fe37976e) ### What is expected _No response_ ### What is actually happening...