GORM implementation()

in app/launch/src/components/InfoButton.js [50:63]


            GORM implementation (Hibernate5, MongoDB, Neo4J), the embedded servlet container (Tomcat, Jetty, Undertow, or None),
            the Java version and the features you need to develop your software.
          </p>
          <div className="shortcut-legend">
            <label>
              <b>Keyboard Shortcuts</b>
            </label>
            <ul style={{ marginTop: 0 }}>
              {SHORTCUT_REGISTRY.map((sc) => (
                <li key={sc.textValue}>
                  <span className={`${theme} pill`}>{sc.textValue}</span>{' '}
                  {sc.label}
                </li>
              ))}