提交 8d0038c3 编写于 作者: Q qiurunze123

maven隔离-- 讲解与说明!

上级 d94fe1b6
<component name="libraryTable">
<library name="Maven: com.alibaba:dubbo:2.5.3">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/alibaba/dubbo/2.5.3/dubbo-2.5.3.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/com/alibaba/dubbo/2.5.3/dubbo-2.5.3-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/alibaba/dubbo/2.5.3/dubbo-2.5.3-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="Maven: io.netty:netty:3.7.0.Final">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/io/netty/netty/3.7.0.Final/netty-3.7.0.Final.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/io/netty/netty/3.7.0.Final/netty-3.7.0.Final-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/io/netty/netty/3.7.0.Final/netty-3.7.0.Final-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="Maven: jline:jline:0.9.94">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/jline/jline/0.9.94/jline-0.9.94.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/jline/jline/0.9.94/jline-0.9.94-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/jline/jline/0.9.94/jline-0.9.94-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="Maven: junit:junit:4.12">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="Maven: org.apache.zookeeper:zookeeper:3.4.6">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/apache/zookeeper/zookeeper/3.4.6/zookeeper-3.4.6.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/apache/zookeeper/zookeeper/3.4.6/zookeeper-3.4.6-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/apache/zookeeper/zookeeper/3.4.6/zookeeper-3.4.6-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="Maven: org.hamcrest:hamcrest-core:1.3">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="Maven: org.jboss.netty:netty:3.2.5.Final">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/jboss/netty/netty/3.2.5.Final/netty-3.2.5.Final.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/jboss/netty/netty/3.2.5.Final/netty-3.2.5.Final-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/jboss/netty/netty/3.2.5.Final/netty-3.2.5.Final-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
......@@ -704,7 +704,7 @@
<property name="RequestMappingsPanelWidth2" value="75" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1540654768761" />
<property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1540654937074" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/../xiaoju" />
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
......
#thymeleaf
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.thymeleaf.cache=false
spring.thymeleaf.content-type=text/html
spring.thymeleaf.enabled=true
spring.thymeleaf.encoding=UTF-8
spring.thymeleaf.mode=HTML5
#mybatis
mybatis.type-aliases-package=com.geekq.miaosha.domain
#开启驼峰转换
mybatis.configuration.map-underscore-to-camel-case=true
#mybatis.mapperLocations = classpath:com/geekq/miaosha/dao/*.xml
mybatis.mapperLocations=classpath:mybatis/mapper/*.xml
#add mybatis
mybatis.config-locations=classpath:mybatis/config.xml
#datasource
spring.datasource.url=jdbc:mysql://localhost:3306/miaosha?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
spring.datasource.username=root
spring.datasource.password=aixiyue11
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
#druid
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
spring.datasource.filters=stat
spring.datasource.maxActive=1000
spring.datasource.initialSize=100
spring.datasource.maxWait=60000
spring.datasource.minIdle=500
spring.datasource.timeBetweenEvictionRunsMillis=60000
spring.datasource.minEvictableIdleTimeMillis=300000
spring.datasource.validationQuery=select 'x'
spring.datasource.testWhileIdle=true
spring.datasource.testOnBorrow=false
spring.datasource.testOnReturn=false
spring.datasource.poolPreparedStatements=true
spring.datasource.maxOpenPreparedStatements=20
#static
spring.resources.add-mappings=true
spring.resources.cache-period= 3600
spring.resources.chain.cache=true
spring.resources.chain.enabled=true
spring.resources.chain.gzipped=true
spring.resources.chain.html-application-cache=true
spring.resources.static-locations=classpath:/static/
#redis
redis.host=192.168.1.116
redis.port=6379
redis.timeout=100
redis.password=123456
redis.poolMaxTotal=1000
redis.poolMaxIdle=500
redis.poolMaxWait=500
#rabbitmq
spring.rabbitmq.host=localhost
spring.rabbitmq.port=5672
spring.rabbitmq.username=guest
spring.rabbitmq.password=guest
spring.rabbitmq.virtual-host=/
spring.rabbitmq.listener.simple.concurrency= 10
spring.rabbitmq.listener.simple.max-concurrency= 10
spring.rabbitmq.listener.simple.prefetch= 1
spring.rabbitmq.listener.simple.auto-startup=true
spring.rabbitmq.listener.simple.default-requeue-rejected= true
spring.rabbitmq.template.retry.enabled=true
spring.rabbitmq.template.retry.initial-interval=1000
spring.rabbitmq.template.retry.max-attempts=3
spring.rabbitmq.template.retry.max-interval=10000
spring.rabbitmq.template.retry.multiplier=1.0
server.port=8003
## maven隔离
spring.profiles.active=dev
\ No newline at end of file
#thymeleaf test
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.thymeleaf.cache=false
spring.thymeleaf.content-type=text/html
spring.thymeleaf.enabled=true
spring.thymeleaf.encoding=UTF-8
spring.thymeleaf.mode=HTML5
#mybatis
mybatis.type-aliases-package=com.geekq.miaosha.domain
#开启驼峰转换
mybatis.configuration.map-underscore-to-camel-case=true
#mybatis.mapperLocations = classpath:com/geekq/miaosha/dao/*.xml
mybatis.mapperLocations=classpath:mybatis/mapper/*.xml
#add mybatis
mybatis.config-locations=classpath:mybatis/config.xml
#datasource
spring.datasource.url=jdbc:mysql://localhost:3306/miaosha?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
spring.datasource.username=root
spring.datasource.password=aixiyue11
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
#druid
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
spring.datasource.filters=stat
spring.datasource.maxActive=1000
spring.datasource.initialSize=100
spring.datasource.maxWait=60000
spring.datasource.minIdle=500
spring.datasource.timeBetweenEvictionRunsMillis=60000
spring.datasource.minEvictableIdleTimeMillis=300000
spring.datasource.validationQuery=select 'x'
spring.datasource.testWhileIdle=true
spring.datasource.testOnBorrow=false
spring.datasource.testOnReturn=false
spring.datasource.poolPreparedStatements=true
spring.datasource.maxOpenPreparedStatements=20
#static
spring.resources.add-mappings=true
spring.resources.cache-period= 3600
spring.resources.chain.cache=true
spring.resources.chain.enabled=true
spring.resources.chain.gzipped=true
spring.resources.chain.html-application-cache=true
spring.resources.static-locations=classpath:/static/
#redis
redis.host=192.168.1.116
redis.port=6379
redis.timeout=100
redis.password=123456
redis.poolMaxTotal=1000
redis.poolMaxIdle=500
redis.poolMaxWait=500
#rabbitmq
spring.rabbitmq.host=localhost
spring.rabbitmq.port=5672
spring.rabbitmq.username=guest
spring.rabbitmq.password=guest
spring.rabbitmq.virtual-host=/
spring.rabbitmq.listener.simple.concurrency= 10
spring.rabbitmq.listener.simple.max-concurrency= 10
spring.rabbitmq.listener.simple.prefetch= 1
spring.rabbitmq.listener.simple.auto-startup=true
spring.rabbitmq.listener.simple.default-requeue-rejected= true
spring.rabbitmq.template.retry.enabled=true
spring.rabbitmq.template.retry.initial-interval=1000
spring.rabbitmq.template.retry.max-attempts=3
spring.rabbitmq.template.retry.max-interval=10000
spring.rabbitmq.template.retry.multiplier=1.0
## maven隔离
pring.profiles.active=dev
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dubbo="http://code.alibabatech.com/schema/dubbo"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://code.alibabatech.com/schema/dubbo
http://code.alibabatech.com/schema/dubbo/dubbo.xsd ">
<!-- 消费方应用名,用于计算依赖关系,不是匹配条件,不要与提供方一样 -->
<dubbo:application name="dubbo_consumer" />
<!-- 使用multicast广播注册中心暴露发现服务地址 -->
<dubbo:registry protocol="zookeeper" address="zookeeper://192.168.1.116:2181" />
<!-- 生成远程服务代理,可以和本地bean一样使用demoService -->
<dubbo:reference id="demoService" interface="com.geekq.miaosha.api.DemoService" />
</beans>
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:util="http://www.springframework.org/schema/util" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop-4.0.xsd
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-4.0.xsd
http://www.springframework.org/schema/util
http://www.springframework.org/schema/util/spring-util-4.0.xsd"
default-autowire="byName">
<aop:aspectj-autoproxy />
<context:component-scan base-package="com.geekq.miaosha" />
<import resource="classpath:/dubbo_consumer.xml" />
</beans>
#Generated by Apache Maven
#Sat Oct 27 23:31:07 CST 2018
version=0.0.1-SNAPSHOT
groupId=com.geekq
artifactId=miaosha
com/geekq/miaosha/domain/MiaoshaUser.class
com/geekq/miaosha/controller/RateLimiterController.class
com/geekq/miaosha/redis/MiaoshaKey.class
com/geekq/miaosha/common/ServerResponse.class
com/geekq/miaosha/service/MiaoShaUserService.class
com/geekq/miaosha/rabbitmq/MQReceiver.class
com/geekq/miaosha/controller/OrderController.class
com/geekq/miaosha/config/WebConfig.class
com/geekq/miaosha/mybatis/controller/MessageController.class
com/geekq/miaosha/dao/UserMapper.class
com/geekq/miaosha/service/IUserService.class
com/geekq/miaosha/exception/GlobleExceptionHandler.class
com/geekq/miaosha/rabbitmq/MiaoshaMessage.class
com/geekq/miaosha/access/UserContext.class
com/geekq/miaosha/result/Result.class
com/geekq/miaosha/controller/DemoController.class
com/geekq/miaosha/vo/GoodsDetailVo.class
com/geekq/miaosha/service/GoodsService.class
com/geekq/miaosha/DemoTask$2.class
com/geekq/miaosha/redis/RedisService.class
com/geekq/miaosha/dao/DruidConfig.class
com/geekq/miaosha/controller/LoginController.class
com/geekq/miaosha/redis/OrderKey.class
com/geekq/miaosha/domain/Goods.class
com/geekq/miaosha/config/UserArgumentResolver.class
com/geekq/miaosha/redis/MiaoShaUserKey.class
com/geekq/miaosha/controller/MiaoshaController.class
com/geekq/miaosha/vo/OrderDetailVo.class
com/geekq/miaosha/validator/IsMobileValidator.class
com/geekq/miaosha/dao/OrderDao.class
com/geekq/miaosha/vo/LoginVo.class
com/geekq/miaosha/DemoTask$1.class
com/geekq/miaosha/domain/MiaoshaOrder.class
com/geekq/miaosha/access/AccessInterceptor.class
com/geekq/miaosha/domain/MiaoshaGoods.class
com/geekq/miaosha/domain/OrderInfo.class
com/geekq/miaosha/validator/IsMobile.class
com/geekq/miaosha/rabbitmq/MQSender.class
com/geekq/miaosha/dao/GoodsDao.class
com/geekq/miaosha/controller/UserController.class
com/geekq/miaosha/controller/GoodsController.class
com/geekq/miaosha/domain/User.class
com/geekq/miaosha/Md5Utils/MD5Utils.class
com/geekq/miaosha/redis/Userkey.class
com/geekq/miaosha/service/UserService.class
com/geekq/miaosha/GeekQMainApplication.class
com/geekq/miaosha/utils/ValidatorUtil.class
com/geekq/miaosha/result/CodeMsg.class
com/geekq/miaosha/redis/RedisPoolFactory.class
com/geekq/miaosha/access/AccessKey.class
com/geekq/miaosha/vo/GoodsVo.class
com/geekq/miaosha/dao/MiaoShaUserDao.class
com/geekq/miaosha/redis/KeyPrefix.class
com/geekq/miaosha/redis/GoodsKey.class
com/geekq/miaosha/access/AccessLimit.class
com/geekq/miaosha/service/MiaoshaService.class
com/geekq/miaosha/rabbitmq/MQConfig.class
com/geekq/miaosha/exception/GlobleException.class
com/geekq/miaosha/DemoTask.class
com/geekq/miaosha/redis/BasePrefix.class
com/geekq/miaosha/service/OrderService.class
com/geekq/miaosha/common/ResponseCode.class
com/geekq/miaosha/dao/UserDao.class
com/geekq/miaosha/Test.class
com/geekq/miaosha/redis/RedisConfig.class
com/geekq/miaosha/utils/UUIDUtil.class
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/rabbitmq/MQSender.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/validator/IsMobileValidator.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/common/ServerResponse.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/domain/User.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/controller/OrderController.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/controller/DemoController.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/dao/OrderDao.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/service/MiaoShaUserService.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/controller/RateLimiterController.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/domain/MiaoshaUser.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/redis/OrderKey.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/vo/GoodsDetailVo.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/service/UserService.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/dao/GoodsDao.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/exception/GlobleExceptionHandler.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/exception/GlobleException.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/redis/MiaoShaUserKey.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/controller/MiaoshaController.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/result/Result.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/redis/Userkey.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/access/UserContext.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/redis/RedisPoolFactory.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/result/CodeMsg.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/Md5Utils/MD5Utils.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/domain/MiaoshaGoods.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/vo/LoginVo.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/access/AccessInterceptor.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/GeekQMainApplication.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/service/GoodsService.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/redis/GoodsKey.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/utils/ValidatorUtil.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/dao/MiaoShaUserDao.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/service/MiaoshaService.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/service/OrderService.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/access/AccessLimit.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/access/AccessKey.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/domain/Goods.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/config/UserArgumentResolver.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/redis/MiaoshaKey.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/domain/MiaoshaOrder.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/controller/UserController.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/controller/LoginController.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/dao/DruidConfig.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/vo/GoodsVo.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/Test.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/redis/KeyPrefix.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/common/ResponseCode.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/redis/RedisService.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/mybatis/controller/MessageController.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/utils/UUIDUtil.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/domain/OrderInfo.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/validator/IsMobile.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/vo/OrderDetailVo.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/rabbitmq/MQConfig.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/dao/UserMapper.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/redis/BasePrefix.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/service/IUserService.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/config/WebConfig.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/redis/RedisConfig.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/rabbitmq/MiaoshaMessage.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/rabbitmq/MQReceiver.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/controller/GoodsController.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/dao/UserDao.java
/home/qiurunze/下载/miaosha_1/src/main/java/com/geekq/miaosha/DemoTask.java
文件已添加
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册