Openapi-generator with Lombok
Directory structure
- templates
- JavaSpring
- beanValidation.mustache
- model.mustache
- pojo.mustache
- JavaSpring
Openapi-generator with Lombok
Directory structure
| version: '3' | |
| services: | |
| sonarr: | |
| container_name: orion_sonarr | |
| image: linuxserver/sonarr | |
| restart: always | |
| ports: | |
| - 81:8989 | |
| volumes: |
| function Provider($provide) { | |
| function WindowUserAgentOverride($delegate) { | |
| Object.defineProperties($delegate.navigator, { | |
| userAgent: { | |
| value: 'MSIE9' | |
| } | |
| }); | |
| return $delegate; | |
| } |
| var grunt = require('grunt'), | |
| mkdirp = require('mkdirp'); | |
| exports.config = { | |
| // --------------------------------------------------------------------------- | |
| // ------------- Use your default protractor config and override ------------- | |
| // ------------------ the onPrepare and onCleanup functions ----------------- | |
| // --------------------------------------------------------------------------- | |
| onPrepare: function() { |
| 'use strict'; | |
| module.exports = function (grunt) { | |
| require('load-grunt-tasks')(grunt); | |
| grunt.registerTask('prepare', 'Prepare the build with all the necessary stuff.', function() { | |
| grunt.log.subhead('Add your prepare tasks here'); | |
| }); | |
| grunt.registerTask('test', 'Execute tests.', function() { |
| var grunt = require('grunt'); | |
| var hooker = require('hooker'); | |
| module.exports = preAndPostHook = function () { | |
| var currentTask = undefined; | |
| /** | |
| * Do something when the task has sta. | |
| * @param taskName The task name. | |
| */ |
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>xCharts</title> | |
| <script src="/bower_components/angular/angular.min.js"></script> | |
| <script src="/bower_components/d3/d3.js"></script> | |
| <script src="/bower_components/bower-xcharts/xcharts.js"></script> | |
| <link href="/bower_components/bower-xcharts/xcharts.css" rel="stylesheet"> |