UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

13 lines (12 loc) 479 B
import { createBaseNeedle } from '../../base/support/needles.js'; export function insertContentIntoApplicationProperties(application, needles) { if (this) { return createBaseNeedle.call(this, { filePath: `${application.javaPackageSrcDir}config/ApplicationProperties.java`, needlesPrefix: 'application-properties', }, needles); } return createBaseNeedle({ needlesPrefix: 'application-properties', }, application); }