内容简介:SoJpt Boot 2.3-3.8 发布了。SoJpt Boot 基于 JFinal 与 Spring Boot制作, 实现了 Spring Boot 与 Jfinal 的混合双打,使 Spring Boot 下的开发者能够体验 Jfinal 的极速开发特性。新版更新内容如下: SoJpt-Boot...
SoJpt Boot 2.3-3.8 发布了。SoJpt Boot 基于 JFinal 与 Spring Boot制作, 实现了 Spring Boot 与 Jfinal 的混合双打,使 Spring Boot 下的开发者能够体验 Jfinal 的极速开发特性。新版更新内容如下:
SoJpt-Boot-2.3-3.8 changelog
1、加入事务注解,@Tx(value="configName", level=2), 可在servcie层及其他任何地方使用
-
value 数据源名称 ,默认为当前数据源
-
level 数据库事务等级配置, 默认为ActiveRecord配置的事务等级
2、优化代码,可使用 sojpt-boot-spring-boot-starter 自动配置
<dependency> <groupId>com.gitee.sohnny</groupId> <artifactId>sojpt-boot-spring-boot-starter</artifactId> <version>2.3-3.8</version> </dependency>
3、同时发布官方最佳实践 SoJpt-Boot-Staging-mysql-v1.1
4、解决上个版本在内置tomcat环境系下不能启动的问题
官网地址:www.sojpt.com
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Java14 新特性详细使用说明
- Java8特性③Stream的使用
- 使用 Quarkus 和 MicroProfile 实现微服务特性
- React的新特性 ---- Hooks ---- 的基本使用
- Redis 高级特性 Pipeline (管道) 使用和基本测试
- 关于Redis的一些新特性 ,使用建议和最佳实践
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Defensive Design for the Web
37signals、Matthew Linderman、Jason Fried / New Riders / 2004-3-2 / GBP 18.99
Let's admit it: Things will go wrong online. No matter how carefully you design a site, no matter how much testing you do, customers still encounter problems. So how do you handle these inevitable bre......一起来看看 《Defensive Design for the Web》 这本书的介绍吧!