is not current version
Last Version 1.5.0

org.phoenixframe:phoenix_web 1.4.8

update:增加了ehcache缓存,数据库连接池查看,定时任务细节bug修复,修复接口测试结果统计bug,个别页面的js重构,日志批量管理方法

GroupId

GroupId

org.phoenixframe
ArtifactId

ArtifactId

phoenix_web
Version

Version

1.4.8
Type

Type

war

Download phoenix_web 1.4.8


<!-- https://jarcasting.com/artifacts/org.phoenixframe/phoenix_web/ -->
<dependency>
    <groupId>org.phoenixframe</groupId>
    <artifactId>phoenix_web</artifactId>
    <version>1.4.8</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.phoenixframe/phoenix_web/
implementation 'org.phoenixframe:phoenix_web:1.4.8'
// https://jarcasting.com/artifacts/org.phoenixframe/phoenix_web/
implementation ("org.phoenixframe:phoenix_web:1.4.8")
'org.phoenixframe:phoenix_web:war:1.4.8'
<dependency org="org.phoenixframe" name="phoenix_web" rev="1.4.8">
  <artifact name="phoenix_web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.phoenixframe', module='phoenix_web', version='1.4.8')
)
libraryDependencies += "org.phoenixframe" % "phoenix_web" % "1.4.8"
[org.phoenixframe/phoenix_web "1.4.8"]