整理代码
parent
16cb8694f5
commit
f5b5973a4f
Binary file not shown.
@ -1,4 +0,0 @@
|
|||||||
#Created by Apache Maven 3.6.3
|
|
||||||
groupId=com.jinritemai.cloud
|
|
||||||
artifactId=ms-api
|
|
||||||
version=1.0.0-SNAPSHOT
|
|
@ -1 +0,0 @@
|
|||||||
com/ms/api/ItemDTO.class
|
|
@ -1 +0,0 @@
|
|||||||
/Users/lai/Work/Workspace/jx_workspace/miaoshou/ms-api/src/main/java/com/ms/api/ItemDTO.java
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,10 +0,0 @@
|
|||||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
||||||
spring.datasource.url=jdbc:mysql://47.99.53.35:3306/shopping?characterEncoding=utf-8&useSSL=false
|
|
||||||
spring.datasource.username=root
|
|
||||||
spring.datasource.password=Zcwl0420Iot
|
|
||||||
|
|
||||||
mybatis.mapper-locations=classpath*:mapper/*.xml
|
|
||||||
|
|
||||||
cloud.app.key=7264840234423027259
|
|
||||||
cloud.app.secret=4c927c89-d55c-42cf-805c-694269a4b165
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
|
||||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
|
|
||||||
<mapper namespace="demo.dal.mapper.ExceptionCheckPlanMapper">
|
|
||||||
<select id="findAll" resultType="com.ms.dal.entity.ExceptionCheckPlan">
|
|
||||||
SELECT *
|
|
||||||
FROM exception_check_plan limit 20
|
|
||||||
</select>
|
|
||||||
</mapper>
|
|
@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
|
||||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
|
|
||||||
<mapper namespace="demo.dal.mapper.UserMapper">
|
|
||||||
<select id="findAll" resultType="com.ms.dal.entity.User">
|
|
||||||
SELECT *
|
|
||||||
FROM user
|
|
||||||
</select>
|
|
||||||
</mapper>
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue