All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.jhipster.lite.generator.client.tikui.application.TikuiApplicationService Maven / Gradle / Ivy

There is a newer version: 1.23.0
Show newest version
package tech.jhipster.lite.generator.client.tikui.application;

import org.springframework.stereotype.Service;
import tech.jhipster.lite.generator.client.tikui.domain.TikuiModuleFactory;
import tech.jhipster.lite.module.domain.JHipsterModule;
import tech.jhipster.lite.module.domain.properties.JHipsterModuleProperties;

@Service
public class TikuiApplicationService {

  private final TikuiModuleFactory factory = new TikuiModuleFactory();

  public JHipsterModule buildModule(JHipsterModuleProperties properties) {
    return factory.buildModule(properties);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy