You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//MethodCall[@MethodName='setAttribute' and //ImportDeclaration[starts-with(@PackageName,'com.vaadin')]]/ArgumentList/StringLiteral[1][contains(lower-case(@Image),'html')]
* [Spring-Boot] You may have to include ``software/xdev`` inside [``vaadin.allowed-packages``](https://vaadin.com/docs/latest/integrations/spring/configuration#configure-the-scanning-of-packages)
Enable [``Allow auto-make to start even if developed application is currently running``](https://www.jetbrains.com/help/idea/advanced-settings.html#advanced_compiler)
41
+
* To launch the Demo execute the predefined (launch) configuration ``Run Demo``
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,32 @@
1
+
[](https://vaadin.com/directory/component/template-placeholder)
[Installation guide for the latest release](https://github.com/xdev-software/template-placeholder/releases/latest#Installation)
10
15
16
+
### Spring-Boot
17
+
* You may have to include ``software/xdev`` inside [``vaadin.allowed-packages``](https://vaadin.com/docs/latest/integrations/spring/configuration#configure-the-scanning-of-packages)
18
+
19
+
## Run the Demo
20
+
* Checkout the repo
21
+
* Run ``mvn install && mvn -f template-placeholder-demo spring-boot:run``
22
+
* Open http://localhost:8080
23
+
24
+
<details>
25
+
<summary>Show example</summary>
26
+
27
+

28
+
</details>
29
+
11
30
## Support
12
31
If you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services/support).
0 commit comments