1. 04 Feb, 2021 10 commits
  2. 03 Feb, 2021 2 commits
    • Phillip Webb's avatar
      Refine spring-boot-docs package restructure · 2a854273
      Phillip Webb authored
      Refine the package restructure started in 91ccc234 to help provide
      a solid foundation for code snippets. This commit renames many of the
      classes so that they no longer end in `Example`. It also removes some
      of the inner types that were previously used. Many tag comments have
      also been moved to ensure that `import` statements are available in
      the docs.
      
      Closes gh-25089
      2a854273
    • Phillip Webb's avatar
      Restructure spring-boot-docs packages · 91ccc234
      Phillip Webb authored
      Restructure the packages in `spring-boot-docs` so that they mirror
      the documentation sections. There are now three main packages:
      `springbootfeatures`, `productionreadyfeatures` and `howto`. Each
      of the main packages has a subpackage named after the section headings.
      
      Example code now uses consistent `// tag::` names and imports are
      applied using `[tag=*]` whenever possible.
      
      Test snippets have been moved to `src/main/java` so that only a single
      import attribute needs to be defined.
      
      Closes gh-25089
      91ccc234
  3. 02 Feb, 2021 18 commits
  4. 01 Feb, 2021 6 commits
  5. 31 Jan, 2021 4 commits