内容简介:ActFramework 是一款专注于代码表达力的高性能 Java MVC/RESTful 全栈框架. 主要更新: 更加易用的 AAA (认证, 授权, 记账) 集成 - 无需再写 Adaptor 类 全面升级的 e2e 支持 - 包括自动继承 cookie, header, 直接...
ActFramework 是一款专注于代码表达力的高性能 Java MVC/RESTful 全栈框架.
主要更新:
更加易用的 AAA (认证, 授权, 记账) 集成 - 无需再写 Adaptor 类
全面升级的 e2e 支持 - 包括自动继承 cookie, header, 直接支持用户登录后以用户的 credential 发送请求
osgl-tool 升级到 1.17.0 - 提供更加完善的 Bean 拷贝支持, 现在能直接深克隆数组了
主要 bug 修复:
在 Job 线程里无法启动数据库事务
JWT Token 过期时限设置无效
详细更新信息链接:
安装使用:
在 pom.xml 文件中加入下面的 parent:
<parent> <groupId>org.actframework</groupId> <artifactId>act-starter-parent</artifactId> <version>1.8.8.6</version> </parent>
创建新项目
创建后台模板生成页面的项目
mvn archetype:generate -B \ -DgroupId=com.mycom.helloworld \ -DartifactId=helloworld \ -DarchetypeGroupId=org.actframework \ -DarchetypeArtifactId=archetype-quickstart \ -DarchetypeVersion=1.8.8.7
创建 RESTFul 数据服务项目
mvn archetype:generate -B \ -DgroupId=com.mycom.helloservice \ -DartifactId=helloservice \ -DarchetypeGroupId=org.actframework \ -DarchetypeArtifactId=archetype-simple-restful-service \ -DarchetypeVersion=1.8.8.7
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 小程序的持续集成方案
- RN 集成 TypeScript方案和问题大全
- 微信小程序工程化之持续集成方案
- 日志服务与SIEM(如Splunk)集成方案实战
- Keycloak 7.0.1 发布,SSO 集成解决方案
- iView Admin 2.1.0 发布,后台集成解决方案
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。