s

swiftboot-web

企业Web应用基础框架
Files download
File Operation
swiftboot-web-1.2.jar download
swiftboot-web-1.2.pom download
swiftboot-web-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.swiftech</groupId>
  <artifactId>swiftboot-web</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.swiftech:swiftboot-web:1.2'
Gradle Kotlin
implementation("com.github.swiftech:swiftboot-web:1.2")
Scala SBT
libraryDependencies += "com.github.swiftech" % "swiftboot-web" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.swiftech', module='swiftboot-web', version='1.2')
)
Apache Ivy
<dependency org="com.github.swiftech" name="swiftboot-web" rev="1.2" />
Leiningen
[com.github.swiftech/swiftboot-web "1.2"]
Apache Buildr
'com.github.swiftech:swiftboot-web:jar:1.2'
Dependencies
<parent>
  <groupId>com.github.swiftech</groupId>
  <artifactId>swiftboot</artifactId>
  <version>1.2</version>
</parent>

compile

|-- com.github.swiftech:swiftboot-utils

|-- com.github.swiftech:swiftboot-collections

|-- commons-beanutils:commons-beanutils:1.9.4

|-- org.apache.commons:commons-text:1.8

|-- org.springframework:spring-context:5.1.14.RELEASE

|-- org.springframework:spring-web:5.1.14.RELEASE

|-- org.springframework:spring-tx:5.1.14.RELEASE

|-- org.springframework.boot:spring-boot:2.1.13.RELEASE

|-- org.springframework.boot:spring-boot-configuration-processor:2.1.13.RELEASE

|-- org.springframework.boot:spring-boot-autoconfigure:2.1.13.RELEASE

|-- org.springframework:spring-webmvc:5.1.14.RELEASE

|-- javax.transaction:javax.transaction-api:1.3

|-- org.springframework.data:spring-data-commons:2.1.16.RELEASE

|-- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.2.Final

|-- javax.validation:validation-api:2.0.1.Final

|-- javax.annotation:javax.annotation-api:1.3.2

|-- org.hibernate.validator:hibernate-validator:6.1.0.Final

|-- io.swagger:swagger-core:1.6.0

|-- io.swagger:swagger-annotations:1.6.0

|-- io.swagger:swagger-jaxrs:1.6.0

|-- org.aspectj:aspectjrt:1.9.4

|-- org.aspectj:aspectjweaver:1.9.4

|-- javax.servlet:javax.servlet-api:3.1.0

|-- org.springframework.data:spring-data-jpa:2.1.16.RELEASE

test

|-- org.junit.jupiter:junit-jupiter

|-- org.springframework:spring-test:5.1.14.RELEASE

|-- org.hibernate:hibernate-core:5.3.15.Final

|-- org.springframework.boot:spring-boot-starter-actuator:2.1.13.RELEASE

|-- org.springframework.boot:spring-boot-starter-test:2.1.13.RELEASE

|-- org.springframework.boot:spring-boot-starter-web:2.1.13.RELEASE

|-- org.springframework.boot:spring-boot-starter-data-jpa:2.1.13.RELEASE

|-- com.h2database:h2:1.4.197

|-- org.apache.logging.log4j:log4j-api:2.13.0

|-- org.apache.logging.log4j:log4j-core:2.13.0

|-- org.apache.logging.log4j:log4j-slf4j-impl:2.13.0