[Editor] Enable creating and filling class with predefined FTL templates on project and class creation
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
logging:
|
||||
level:
|
||||
com.bartlomiejpluta.base.editor: DEBUG
|
||||
com.bartlomiejpluta.base.editor: DEBUG
|
||||
|
||||
spring:
|
||||
freemarker:
|
||||
checkTemplateLocation: false
|
||||
5
editor/src/main/resources/java_templates/empty_class.ftl
Normal file
5
editor/src/main/resources/java_templates/empty_class.ftl
Normal file
@@ -0,0 +1,5 @@
|
||||
package ${package};
|
||||
|
||||
public class ${className} {
|
||||
|
||||
}
|
||||
5
editor/src/main/resources/java_templates/game_runner.ftl
Normal file
5
editor/src/main/resources/java_templates/game_runner.ftl
Normal file
@@ -0,0 +1,5 @@
|
||||
package ${package};
|
||||
|
||||
public class ${className} {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user