File tree Expand file tree Collapse file tree 3 files changed +16
-9
lines changed
Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 8080 </configuration >
8181 </plugin >
8282 </plugins >
83+
84+ <resources >
85+ <resource >
86+ <directory >src/main/resources</directory >
87+ <filtering >true</filtering >
88+ </resource >
89+ </resources >
8390 </build >
8491
8592</project >
Original file line number Diff line number Diff line change 1- eva.mongo.host =
2- eva.mongo.user =
3- eva.mongo.passwd =
4- eva.mongo.auth.db =
1+ eva.mongo.host =${eva.mongo.host}
2+ eva.mongo.user =${eva.mongo.user}
3+ eva.mongo.passwd =${eva.mongo.passwd}
4+ eva.mongo.auth.db =${eva.mongo.auth.db}
55
6- eva.mongo.collections.variants =
7- eva.mongo.collections.files =
6+ eva.mongo.collections.variants =${eva.mongo.collections.variants}
7+ eva.mongo.collections.files =${eva.mongo.collections.files}
88
9- eva.version =
9+ eva.version =${eva.version}
1010
11- eva.evapro.datasource =dstest
11+ eva.evapro.datasource =${eva.evapro.datasource}
1212
Original file line number Diff line number Diff line change 5252
5353 <resource-ref >
5454 <description >EVAPRO Data Source</description >
55- <res-ref-name >${eva.evapro.datasource}</res-ref-name >
55+ <res-ref-name >jdbc/ ${eva.evapro.datasource}</res-ref-name >
5656 <res-type >javax.sql.DataSource</res-type >
5757 <res-auth >Container</res-auth >
5858 </resource-ref >
You can’t perform that action at this time.
0 commit comments