aj-data-service
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.ajaxjs</groupId>
<artifactId>aj-data-service</artifactId>
<version>1.2</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.ajaxjs</groupId>
<artifactId>ajaxjs-parent</artifactId>
<version>1.34</version>
<relativePath/>
</parent>
<artifactId>aj-data-service</artifactId>
<name>aj-data-service</name>
<version>1.2</version>
<description>user</description>
<packaging>jar</packaging>
<url>https://aj-docs.ajaxjs.com/</url>
<scm>
<url>https://github.com/lightweight-component/aj-framework/tree/master/aj-data-service</url>
<connection>scm:git:https://github.com/lightweight-component/aj-framework.git</connection>
</scm>
<issueManagement>
<system>Github Issues</system>
<url>https://github.com/lightweight-component/aj-framework/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.ajaxjs</groupId>
<artifactId>sqlman</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>com.ajaxjs</groupId>
<artifactId>base</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>com.ajaxjs</groupId>
<artifactId>aj-net</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.3.31</version>
<scope>provided</scope>
</dependency>
<!-- Spring 测试 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<!-- 编译为 jar 包时依赖的 -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>javax.servlet.jsp-api</artifactId>
</dependency>
</dependencies>
</project>