Skip to content

Commit cc9e9a4

Browse files
author
quding
committed
add excelDemo
1 parent 229f5fe commit cc9e9a4

File tree

135 files changed

+16
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+16
-16
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

SSM--Demo/pom.xml renamed to SSM-Demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
<artifactId>mybatis-generator-maven-plugin</artifactId>
200200
<version>1.3.2</version>
201201
<configuration>
202-
<configurationFile>../SSM--Demo/src/main/resources/ModelGenerator.xml</configurationFile>
202+
<configurationFile>../SSM-Demo/src/main/resources/ModelGenerator.xml</configurationFile>
203203
<overwrite>true</overwrite>
204204
<verbose>true</verbose>
205205
</configuration>

SSM--Demo/src/main/resources/spring/dispatcher-servlet.xml renamed to SSM-Demo/src/main/resources/spring/dispatcher-servlet.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<beans xmlns="http://www.springframework.org/schema/beans"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:mvc="http://www.springframework.org/schema/mvc"
4-
xmlns:content="http://www.springframework.org/schema/context"
4+
xmlns:contents="http://www.springframework.org/schema/context"
55
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
66

77
<!-- 自动扫描该包,使SpringMVC认为包下用了@controller注解的类是控制器 -->
8-
<content:component-scan base-package="cn.mrdear.controller"/>
8+
<contents:component-scan base-package="cn.mrdear.controller"/>
99

1010
<!-- 启用默认配置 -->
1111
<mvc:annotation-driven>

Spring-Boot-Demo/src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ logging.level.cn.mrdear.mapper = trace
1010
#thymeleaf start
1111
spring.thymeleaf.mode=HTML5
1212
spring.thymeleaf.encoding=UTF-8
13-
spring.thymeleaf.content-type=text/html
14-
#开发时关闭缓存,不然没法看到实时页面
13+
spring.thymeleaf.contents-type=text/html
14+
#����ʱ�رջ���,��Ȼû������ʵʱҳ��
1515
spring.thymeleaf.cache=false
1616
#thymeleaf end

Spring-Boot-Demo/src/main/resources/templates/hello.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns:th="http://www.thymeleaf.org">
33
<head>
44
<title>hello</title>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5+
<meta http-equiv="Content-Type" contents="text/html; charset=UTF-8" />
66
</head>
77
<body>
88

Util-Demo/src/test/resources/message.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<!DOCTYPE messages SYSTEM "message.dtd" >
33
<messages>
44
<message key="register" >
5-
<content>尊敬的会员,这是您的验证码{code_set}(有效时间{minute_set}分钟),感谢您的关注!</content>
5+
<contents>尊敬的会员,这是您的验证码{code_set}(有效时间{minute_set}分钟),感谢您的关注!</contents>
66
</message>
77
<message key="gift" >
8-
<content>您的朋友{giver_mobile}赠送给您{card_num}张"{card_name}",请及时关注微信"融信科技"公众号,进行查收。</content></message>
8+
<contents>您的朋友{giver_mobile}赠送给您{card_num}张"{card_name}",请及时关注微信"融信科技"公众号,进行查收。</contents></message>
99
<message key="findpassword" >
10-
<content>尊敬的会员,这是您的支付密码已重置为{passwd_set},登录后请立即修改密码。</content>
10+
<contents>尊敬的会员,这是您的支付密码已重置为{passwd_set},登录后请立即修改密码。</contents>
1111
</message>
1212
<message key="consume" >
13-
<content>尊敬的会员,您当前账户余额{bal_amt},您尾号{end_code}的卡号消费了{amt_cuy}元,如果不是本人消费,请立即联系管理员处理。</content>
13+
<contents>尊敬的会员,您当前账户余额{bal_amt},您尾号{end_code}的卡号消费了{amt_cuy}元,如果不是本人消费,请立即联系管理员处理。</contents>
1414
</message>
1515
</messages>

maven多模块项目/haikong-common/haikong-common.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<orderEntry type="module-library">
4343
<library name="Maven: com.alibaba:jconsole:1.8.0">
4444
<CLASSES>
45-
<root url="jar://C:/Program Files/Java/jdk1.8.0_77/lib/jconsole.jar!/" />
45+
<root url="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/lib/jconsole.jar!/" />
4646
</CLASSES>
4747
<JAVADOC />
4848
<SOURCES />
@@ -51,7 +51,7 @@
5151
<orderEntry type="module-library">
5252
<library name="Maven: com.alibaba:tools:1.8.0">
5353
<CLASSES>
54-
<root url="jar://C:/Program Files/Java/jdk1.8.0_77/lib/tools.jar!/" />
54+
<root url="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/lib/tools.jar!/" />
5555
</CLASSES>
5656
<JAVADOC />
5757
<SOURCES />

maven多模块项目/haikong-core/src/main/resources/spring/dispatcher-servlet.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<beans xmlns="http://www.springframework.org/schema/beans"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:mvc="http://www.springframework.org/schema/mvc"
4-
xmlns:content="http://www.springframework.org/schema/context"
4+
xmlns:contents="http://www.springframework.org/schema/context"
55
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
66

77
<!-- 自动扫描该包,使SpringMVC认为包下用了@controller注解的类是控制器 -->
8-
<content:component-scan base-package="com.haikong.core.controller"/>
8+
<contents:component-scan base-package="com.haikong.core.controller"/>
99

1010
<!-- 启用默认配置 -->
1111
<mvc:annotation-driven>

maven多模块项目/haikong-switch/haikong-switch.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<orderEntry type="module-library">
3333
<library name="Maven: com.alibaba:jconsole:1.8.0">
3434
<CLASSES>
35-
<root url="jar://C:/Program Files/Java/jdk1.8.0_77/lib/jconsole.jar!/" />
35+
<root url="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/lib/jconsole.jar!/" />
3636
</CLASSES>
3737
<JAVADOC />
3838
<SOURCES />
@@ -41,7 +41,7 @@
4141
<orderEntry type="module-library">
4242
<library name="Maven: com.alibaba:tools:1.8.0">
4343
<CLASSES>
44-
<root url="jar://C:/Program Files/Java/jdk1.8.0_77/lib/tools.jar!/" />
44+
<root url="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/lib/tools.jar!/" />
4545
</CLASSES>
4646
<JAVADOC />
4747
<SOURCES />

0 commit comments

Comments
 (0)