mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-16 16:50:42 +08:00
Add application.properties
This commit is contained in:
parent
4c292e60f2
commit
5beb8e45c7
@ -88,6 +88,10 @@ class MainController {
|
||||
}
|
||||
write(test, "ApplicationTests.java", model)
|
||||
|
||||
File resources = new File(dir, "src/main/resources")
|
||||
resources.mkdirs()
|
||||
new File(resources, "application.properties").write("")
|
||||
|
||||
File download = new File(tmpdir, dir.name + ".zip")
|
||||
log.info("Creating: " + download)
|
||||
tempFiles << download
|
||||
|
Loading…
Reference in New Issue
Block a user