提交 868448d0 编写于 作者: 冰 河's avatar 冰 河

提交《Spring核心技术》提交第40章代码

上级 a2dd1320
......@@ -5,7 +5,8 @@ target/
*.zip
*.tar
*.tar.gz
*.build_artifacts.txt
*.exe
# eclipse ignore
.settings/
.project
......
......@@ -36,6 +36,7 @@
<module>spring-annotation-chapter-29</module>
<module>spring-annotation-chapter-36</module>
<module>spring-annotation-chapter-37</module>
<module>spring-annotation-chapter-40</module>
</modules>
<properties>
......
<?xml version="1.0" encoding="UTF-8"?>
<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>io.binghe.spring</groupId>
<artifactId>spring-annotation-book</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>spring-annotation-chapter-40</artifactId>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
\ No newline at end of file
/**
* Copyright 2022-9999 the original author or authors.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @author binghe(微信 : hacker_binghe)
* @version 1.0.0
* @description
* @github https://github.com/binghe001
* @copyright 公众号: 冰河技术
*/
public class HelloSpring {
public static void main(String[] args) {
System.out.println("Hello Spring6");
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册