在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):spring-attic/spring-mobile开源软件地址(OpenSource Url):https://github.com/spring-attic/spring-mobile开源编程语言(OpenSource Language):Java 99.9%开源软件介绍(OpenSource Introduction):spring-mobile is no longer actively maintained by VMware, Inc.This project is no longer active and has reached end of life Spring MobileSpring Mobile is an extension of the Spring Framework and Spring Web MVC that aims to simplify the development of mobile web applications. Features
Download ArtifactsInclude the Gradledependencies {
compile("org.springframework.mobile:spring-mobile-starter:2.0.0.M2")
}
repositories {
maven { url "https://repo.spring.io/milestone" }
} Maven<dependencies>
<dependency>
<groupId>org.springframework.mobile</groupId>
<artifactId>spring-mobile-starter</artifactId>
<version>2.0.0.M2</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories> DocumentationSee the current Javadoc and reference docs. Sample ApplicationsSeveral example projects are available in the samples repository. Getting Started GuidesThe spring.io web site contains many getting started guides that cover a broad range of topics. SupportReview the spring-mobile tag on Stack Overflow. Issue TrackingReport issues via GitHub issues. Understand our issue management process by reading about the lifecycle of an issue. Build from Source
Import Source into your IDEEclipse
IDEAGenerate IDEA metadata (.iml and .ipr files): $ ./gradlew idea ContributePull requests are welcome. See the contributor guidelines for details. Stay in TouchFollow @SpringCentral as well as @SpringFramework on Twitter. In-depth articles can be found at The Spring Blog, and releases are announced via our news feed. LicenseSpring Mobile is released under version 2.0 of the Apache License. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论