UNPKG

generator-springboot-hexagonal

Version:

A code generator for SpringBoot microservices in Hexagonal Architecture

18 lines (17 loc) 751 B
<!DOCTYPE html> <html lang="en"> <head> <title>App Title</title> <base href="/"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content="Another application built with React."> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&display=swap"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&display=swap"> </head> <body> <noscript>You must enable JavaScript to use this application.</noscript> <div id="root"></div> </body> </html>