wayshall
wayshall
配置: ```yaml jfish: hostfilter: allowIps: xxx.xxx.xxx.xxx, xxx.xxx.xxx.xxx:8080 ```
使用方式: [多数据配置](https://github.com/wayshall/onetwo/tree/4.8/core/modules/boot#%E5%A4%9A%E6%95%B0%E6%8D%AE%E6%BA%90)
内嵌artmis见: ```java ArtemisEmbeddedProducerTest ```
可通过设置来创建可以点击的链接
field元素增加iterator属性,支持通过集合动态创建列 ```xml ```
配置如下: ```yaml site: upload: storeType: local fileStorePath: E:/upload cleanup: enabled: true expiredInDays: 90 #清理90天之前的文件 ```
可通过菜单提供者类新增的rootMenuClassListByProfiles方法控制: ```Java @Configuration public class MgrConfiguration { @Bean public RootMenuClassProvider menuConfig() { return new TestRootMenuClassProvider(); } public static class TestRootMenuClassProvider implements RootMenuClassProvider { @Override public List> rootMenuClassListByProfiles(Collection profiles) { if...
参考:https://github.com/wayshall/onetwo/tree/dev/core/modules/boot#%E5%AF%BC%E5%87%BAexcel
a simple solution to fixed this issue https://github.com/wayshall/spring-boot-pit/blob/master/src/test/java/org/onetwo/boot/core/web/ftl/FreemarkerTaglibsConfigTest.java