Last Version

potato-webmvc 1.0

以约定优于配置的思想,结合SpringMVC的一些优点(参数自动注入),实现一个自己的简单MVC框架。

License

License

GroupId

GroupId

com.github.lihengming
ArtifactId

ArtifactId

potato-webmvc
Version

Version

1.0
Type

Type

jar
Description

Description

potato-webmvc
以约定优于配置的思想,结合SpringMVC的一些优点(参数自动注入),实现一个自己的简单MVC框架。
Project URL

Project URL

https://github.com/lihengming/potato-webmvc
Source Code Management

Source Code Management

https://github.com/lihengming/potato-webmvc

Download potato-webmvc 1.0


<!-- https://jarcasting.com/artifacts/com.github.lihengming/potato-webmvc/ -->
<dependency>
    <groupId>com.github.lihengming</groupId>
    <artifactId>potato-webmvc</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lihengming/potato-webmvc/
implementation 'com.github.lihengming:potato-webmvc:1.0'
// https://jarcasting.com/artifacts/com.github.lihengming/potato-webmvc/
implementation ("com.github.lihengming:potato-webmvc:1.0")
'com.github.lihengming:potato-webmvc:jar:1.0'
<dependency org="com.github.lihengming" name="potato-webmvc" rev="1.0">
  <artifact name="potato-webmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lihengming', module='potato-webmvc', version='1.0')
)
libraryDependencies += "com.github.lihengming" % "potato-webmvc" % "1.0"
[com.github.lihengming/potato-webmvc "1.0"]

Dependencies

compile (5)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0
com.alibaba : fastjson jar 1.2.8
org.javassist : javassist jar 3.20.0-GA
org.slf4j : slf4j-api jar 1.7.18
commons-beanutils : commons-beanutils jar 1.9.2

Project Modules

There are no modules declared in this project.