mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
Fix jdbc-jc to work with tomcat gradle plugin
It is necessary to ensure that src/main/webapp exists to ensure the application starts with the Tomcat Gradle Plugin. This commit adds a Manifest file to src/main/webapp/META-INF to ensure that git contains the otherwise empty directory.
This commit is contained in:
parent
ec1c5b0e78
commit
0e9999e429
2
samples/jdbc-jc/src/main/webapp/META-INF/MANIFEST.MF
Normal file
2
samples/jdbc-jc/src/main/webapp/META-INF/MANIFEST.MF
Normal file
@ -0,0 +1,2 @@
|
||||
Manifest-Version: 1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user