File tree Expand file tree Collapse file tree 4 files changed +0
-44
lines changed
doma-spring-boot-sample-entity-listener
doma-spring-boot-sample-event-handler
doma-spring-boot-sample-simple
doma-spring-boot-sample-two-datasource Expand file tree Collapse file tree 4 files changed +0
-44
lines changed Original file line number Diff line number Diff line change 6565 <artifactId >spring-boot-maven-plugin</artifactId >
6666 <version >${spring-boot.version} </version >
6767 </plugin >
68- <plugin >
69- <groupId >org.apache.maven.plugins</groupId >
70- <artifactId >maven-jar-plugin</artifactId >
71- <configuration >
72- <archive >
73- <manifestEntries >
74- <Automatic-Module-Name >doma.spring.boot.sample.entity.listener</Automatic-Module-Name >
75- </manifestEntries >
76- </archive >
77- </configuration >
78- </plugin >
7968 </plugins >
8069 </build >
8170
Original file line number Diff line number Diff line change 6565 <artifactId >spring-boot-maven-plugin</artifactId >
6666 <version >${spring-boot.version} </version >
6767 </plugin >
68- <plugin >
69- <groupId >org.apache.maven.plugins</groupId >
70- <artifactId >maven-jar-plugin</artifactId >
71- <configuration >
72- <archive >
73- <manifestEntries >
74- <Automatic-Module-Name >doma.spring.boot.sample.event.handler</Automatic-Module-Name >
75- </manifestEntries >
76- </archive >
77- </configuration >
78- </plugin >
7968 </plugins >
8069 </build >
8170
Original file line number Diff line number Diff line change 6161 <artifactId >spring-boot-maven-plugin</artifactId >
6262 <version >${spring-boot.version} </version >
6363 </plugin >
64- <plugin >
65- <groupId >org.apache.maven.plugins</groupId >
66- <artifactId >maven-jar-plugin</artifactId >
67- <configuration >
68- <archive >
69- <manifestEntries >
70- <Automatic-Module-Name >doma.spring.boot.sample.simple</Automatic-Module-Name >
71- </manifestEntries >
72- </archive >
73- </configuration >
74- </plugin >
7564 </plugins >
7665 </build >
7766
Original file line number Diff line number Diff line change 4747 <artifactId >spring-boot-maven-plugin</artifactId >
4848 <version >${spring-boot.version} </version >
4949 </plugin >
50- <plugin >
51- <groupId >org.apache.maven.plugins</groupId >
52- <artifactId >maven-jar-plugin</artifactId >
53- <configuration >
54- <archive >
55- <manifestEntries >
56- <Automatic-Module-Name >doma.spring.boot.sample.two.datasource</Automatic-Module-Name >
57- </manifestEntries >
58- </archive >
59- </configuration >
60- </plugin >
6150 </plugins >
6251 </build >
6352
You can’t perform that action at this time.
0 commit comments