mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-04 23:54:54 +08:00

This commit removes the former `ProjectGenerator` api based on mustache template in favour of a new DSL infrastructure to be detailed in further commits. Event handling is now web-specific with a `ProjectRequest` and a `WebProjectRequest` that gathers the base input from the request and some additional web-specific metadata, respectively. As a consequence the `initializr-actuator` module has now a dependency on the `initializr-web` module. See gh-340 Co-authored-by: Stephane Nicoll <snicoll@pivotal.io>
22 lines
199 B
Plaintext
22 lines
199 B
Plaintext
!.mvn/wrapper/maven-wrapper.jar
|
|
.flattened-pom.xml
|
|
.gradle
|
|
*.sw?
|
|
.#*
|
|
*#
|
|
*~
|
|
.classpath
|
|
.project
|
|
.settings
|
|
.gitignore
|
|
.idea
|
|
.factorypath
|
|
*.iml
|
|
bin
|
|
target
|
|
.springBeans
|
|
.vscode/
|
|
.sts4-cache/
|
|
tmp*
|
|
grapes
|