From aa122113ade36f02dc8fdbebdf1232b5c4b8742c Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Fri, 3 Jul 2026 19:02:36 +0530 Subject: Microservice sample projects --- microservices/01-oauth2-server/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 microservices/01-oauth2-server/.gitattributes (limited to 'microservices/01-oauth2-server/.gitattributes') diff --git a/microservices/01-oauth2-server/.gitattributes b/microservices/01-oauth2-server/.gitattributes new file mode 100644 index 0000000..3b41682 --- /dev/null +++ b/microservices/01-oauth2-server/.gitattributes @@ -0,0 +1,2 @@ +/mvnw text eol=lf +*.cmd text eol=crlf -- cgit v1.2.3