UNPKG

generator-springboot-hexagonal

Version:

A code generator for SpringBoot microservices in Hexagonal Architecture

13 lines (10 loc) 272 B
import './Footer.scss'; const Footer = () => ( <footer className="footer"> <p className="t-link"> View the generator on{' '} <a href="https://github.com/Odilio/generator-springboot">GitHub</a> </p> </footer> ); export default Footer;