aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www
diff options
context:
space:
mode:
authorGravatar Alexander Alexeev2016-11-24 03:33:12 +0700
committerGravatar Vitaly Takmazov2016-11-24 12:05:14 +0300
commit6dc07bfa0fa9bf203d5cb8d5f2accac4798d6153 (patch)
tree6e7bd02053c0a62e38b60fd89c7ffafefd00f57a /juick-spring-www
parent909a19fa5c48d40e27d97883bbc246b7607d4824 (diff)
lynks.txt is added for tutorial lynks
Diffstat (limited to 'juick-spring-www')
-rw-r--r--juick-spring-www/lynks.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/juick-spring-www/lynks.txt b/juick-spring-www/lynks.txt
new file mode 100644
index 00000000..379722cf
--- /dev/null
+++ b/juick-spring-www/lynks.txt
@@ -0,0 +1,31 @@
+* Tutorial: Using Thymeleaf
+http://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html
+
+
+* Tutorial: Thymeleaf + Spring
+http://www.thymeleaf.org/doc/tutorials/3.0/thymeleafspring.html
+
+
+* Spring MVC and Thymeleaf: how to access data from templates
+http://www.thymeleaf.org/doc/articles/springmvcaccessdata.html
+
+
+* Thymeleaf + Spring Security integration basics
+http://www.thymeleaf.org/doc/articles/springsecurity.html
+
+
+* Thymeleaf Layout Dialect
+https://ultraq.github.io/thymeleaf-layout-dialect/
+
+
+* Thymeleaf Testing Library
+https://github.com/thymeleaf/thymeleaf-testing
+
+
+* Markdown to HTML with Java/Scala
+http://stackoverflow.com/questions/19784525/markdown-to-html-with-java-scala
+
+
+* A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions - pegdown
+https://github.com/sirthias/pegdown
+