act-starters-1.8.8.6 发布 - 更加易用的 AAA 集成方案

栏目: 软件资讯 · 发布时间: 5年前

内容简介: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]


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Dive Into Python 3

Dive Into Python 3

Mark Pilgrim / Apress / 2009-11-6 / USD 44.99

Mark Pilgrim's Dive Into Python 3 is a hands-on guide to Python 3 (the latest version of the Python language) and its differences from Python 2. As in the original book, Dive Into Python, each chapter......一起来看看 《Dive Into Python 3》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

html转js在线工具
html转js在线工具

html转js在线工具