spring-boot/spring-boot-project/spring-boot-devtools
Brian Clozel ce6747ccd6 Enable GraphiQL UI by default with Devtools
GraphiQL is useful when working on a GraphQL API - it allows
developers to craft queries and test newly developed feature. This
is not enabled by default, as this should not be exposed in production
without the developer's knowledge.

This commit flips this value when Spring Boot devtools is active for a
better developer experience.

See gh-29140
2021-12-21 08:33:31 +01:00
..
src Enable GraphiQL UI by default with Devtools 2021-12-21 08:33:31 +01:00
build.gradle Remove use of Thymeleaf from smoke tests 2021-11-23 12:13:05 -06:00