11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
43 <modelVersion >4.0.0</modelVersion >
54 <groupId >cn.timebusker</groupId >
65 <artifactId >spring-boot</artifactId >
1514 <version >1.4.5.RELEASE</version >
1615 </parent >
1716
18- <!-- 全局依赖设置:引入依赖会自动传递到子模块中 -->
17+ <!-- �典�靘�霈曄蔭嚗��乩�韏��芸隡蕭?嚙賢摮芋�葉 -->
1918 <dependencies >
2019 </dependencies >
2120
3332
3433 <build >
3534 <finalName >spring-boot</finalName >
36- <!-- spring-boot-maven-plugin 提供了许多非常便捷的插件,它可以在classpath下收集很多的JAR包, 并能够建立一个独立可运行的JAR包,这让他能够非常方便的运行你的系统服务。
37- spring-boot-maven-plugin插件 搜索public static void main()方法标记为可运行的类。它提供内置的依赖解析器,用于设置版本号匹配Spring引导依赖。
35+ <!-- spring-boot-maven-plugin ��鈭捂憭�撣訾噶�瑞��辣嚗��臭誑�牢lasspath銝��憭�JAR�� 撟嗉憭遣蝡�銝芰蝡餈��AR��餈悟隞憭�撣豢靘輻�餈�雿�蝟餌��嚙??
36+ spring-boot-maven-plugin�辣 �揣public static void main()�寞��扇銝箏餈��掩�����蔭��韏圾�嚗鈭挽蝵桃��砍�寥�Spring撘紡靘�嚙??
3837 雿隞亥��遙雿��唾����穿�雿摰�暺恕銝慷oot�����祇� -->
3938 <plugins >
4039 <plugin >
4847 <groupId >org.apache.maven.plugins</groupId >
4948 <artifactId >maven-compiler-plugin</artifactId >
5049 <configuration >
51- <!-- 源代码使用的开发版本 -->
50+ <!-- 皞誨�蝙�函�嚙??��嚙?? -->
5251 <source >1.8</source >
53- <!-- 需要生成的目标class文件的编译版本 -->
52+ <!-- 嚙??閬����格�class�辣��霂�嚙?? -->
5453 <target >1.8</target >
55- <!-- 一般而言,target与source是保持一致的,但是,有时候为了让程序能在其他版本的jdk中运行(对于低版本目标jdk,源代码中需要没有使用低版本jdk中不支持的语法),会存在target不同于source的情况 -->
56- <!-- 可选项 -->
54+ <!-- 嚙??�穿蕭?嚙質�嚗arget銝ource�臭����渡�嚗��荔���蛹鈭悟蝔��賢�嗡���dk銝剛�嚙??(撖嫣�雿��祉�dk嚗�隞��銝剝�閬瓷�蝙�其��jdk銝凋��舀��祗嚙??)嚗�摮target銝�鈭ource��嚙?? -->
55+ <!-- �荔蕭?嚙賡★ -->
5756 <meminitial >128m</meminitial >
5857 <maxmem >512m</maxmem >
59- <!-- fork is enable,用于明确表示编译版本配置的可用 -->
58+ <!-- fork is enable,�其��&銵函內蝻���蔭�嚙?? -->
6059 <fork >true</fork >
6160 <compilerVersion >1.3</compilerVersion >
6261 <encoding >UTF-8</encoding >
63- <!-- 这个选项用来传递编译器自身不包含但是却支持的参数选项 -->
62+ <!-- 餈葵�★�冽隡蕭?嚙賜�霂�芾澈銝��思��臬�舀����堆蕭?嚙賡★ -->
6463 <compilerArgument >-verbose -bootclasspath ${java.home} \lib\rt.jar</compilerArgument >
6564 </configuration >
6665 </plugin >
7069 <module >spring-boot-1-QuickStart</module >
7170 <module >spring-boot-2-RESTful</module >
7271 <module >spring-boot-3-logs</module >
73- </modules >
72+ <module >spring-boot-4-Scheduled</module >
73+ <module >spring-boot-5-Async</module >
74+ <module >spring-boot-6-GlobalException</module >
75+ <module >spring-boot-7-EhCache</module >
76+ <module >spring-boot-8-AOP</module >
77+ <module >spring-boot-9-JavaMailSender</module >
78+ <module >spring-boot-10-SpringData</module >
79+ <module >spring-boot-11-SpringSecurity</module >
80+ <module >spring-boot-12-Swagger2</module >
81+ <module >spring-boot-13-MyBatis</module >
82+ <module >spring-boot-14-JdbcTemplate</module >
83+ <module >spring-boot-15-Redis</module >
84+ <module >spring-boot-16-Transcation</module >
85+ </modules >
7486</project >
0 commit comments