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

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

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


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

查看所有标签

猜你喜欢:

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

Masterminds of Programming

Masterminds of Programming

Federico Biancuzzi、Chromatic / O'Reilly Media / 2009-03-27 / USD 39.99

Description Masterminds of Programming features exclusive interviews with the creators of several historic and highly influential programming languages. Think along with Adin D. Falkoff (APL), Jame......一起来看看 《Masterminds of Programming》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具