| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 | 
							- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
- <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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
- 	<modelVersion>4.0.0</modelVersion>
 
- 	<parent>
 
- 		<groupId>com.yonge.cooleshow</groupId>
 
- 		<artifactId>cooleshow</artifactId>
 
- 		<version>1.0</version>
 
- 	</parent>
 
- 	<groupId>com.yonge.cooleshow</groupId>
 
- 	<artifactId>cooleshow-user</artifactId>
 
- 	<version>1.0</version>
 
- 	<packaging>pom</packaging>
 
- 	<name>cooleshow-user</name>
 
- 	<properties>
 
- 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
- 	</properties>
 
- 	<dependencies>
 
- 		<dependency>
 
- 			<groupId>com.yonge.cooleshow</groupId>
 
- 			<artifactId>auth-api</artifactId>
 
- 		</dependency>
 
-         <dependency>
 
-             <groupId>com.github.pagehelper</groupId>
 
-             <artifactId>pagehelper-spring-boot-starter</artifactId>
 
-             <version>1.2.7</version>
 
-         </dependency>
 
- 	</dependencies>
 
- 	<modules>
 
- 		<module>user-student</module>
 
- 		<module>user-teacher</module>
 
- 		<module>user-classroom</module>
 
- 		<module>user-admin</module>
 
- 		<module>user-biz</module>
 
-         <module>user-website</module>
 
-         <module>user-tenant</module>
 
-     </modules>
 
- </project>
 
 
  |