@cronapp/templates 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (863) hide show
  1. package/$global/components/js/datasource.js +1472 -0
  2. package/$global/data-layer/BASICDAO.ftl +146 -0
  3. package/$global/data-layer/BUSINESS.ftl +284 -0
  4. package/$global/data-layer/DAO.ftl +138 -0
  5. package/$global/data-layer/ENTITIES.ftl +170 -0
  6. package/$global/data-layer/REST.ftl +333 -0
  7. package/$global/data-layer/RESTAPPLICATION.ftl +22 -0
  8. package/$global/data-layer/REST_EXCEPTION.ftl +106 -0
  9. package/$global/data-layer/REST_SERVICE.ftl +11 -0
  10. package/$global/data-layer/SESSIONMANAGER.ftl +292 -0
  11. package/$global/data-layer/TEST.ftl +9 -0
  12. package/$global/data-layer/cloud/CloudFactory.ftl +27 -0
  13. package/$global/data-layer/cloud/CloudManager.ftl +73 -0
  14. package/$global/data-layer/cloud/CloudService.ftl +14 -0
  15. package/$global/data-layer/cloud/DropboxService.ftl +81 -0
  16. package/$global/data-layer/cloud/FileObject.ftl +47 -0
  17. package/$global/data-layer/cloud/template.properties +8 -0
  18. package/$global/data-layer/dropbox/DROPBOX_CONSTANTS.ftl +1 -0
  19. package/$global/data-layer/dropbox/DROPBOX_DELETE.ftl +1 -0
  20. package/$global/data-layer/dropbox/DROPBOX_GET.ftl +1 -0
  21. package/$global/data-layer/dropbox/DROPBOX_LIST.ftl +1 -0
  22. package/$global/data-layer/dropbox/DROPBOX_POST.ftl +19 -0
  23. package/$global/data-layer/dropbox/DROPBOX_PUT.ftl +20 -0
  24. package/$global/data-layer/template.properties +9 -0
  25. package/$global/js/directives.js +162 -0
  26. package/$global/reports/commons/ReportFront.ftl +76 -0
  27. package/$global/reports/frontend/parameters.controller.ftl +70 -0
  28. package/$global/reports/frontend/reports.controller.ftl +63 -0
  29. package/$global/reports/frontend/reports.parameters.ftl +25 -0
  30. package/$global/reports/frontend/reports.service.ftl +39 -0
  31. package/$global/reports/frontend/templates/BOOLEAN.parameter.ftl +4 -0
  32. package/$global/reports/frontend/templates/DATE.parameter.ftl +4 -0
  33. package/$global/reports/frontend/templates/DOUBLE.parameter.ftl +4 -0
  34. package/$global/reports/frontend/templates/FLOAT.parameter.ftl +4 -0
  35. package/$global/reports/frontend/templates/INTEGER.parameter.ftl +4 -0
  36. package/$global/reports/frontend/templates/LONG.parameter.ftl +4 -0
  37. package/$global/reports/frontend/templates/STRING.parameter.ftl +4 -0
  38. package/README.md +2 -0
  39. package/file/blockly/EmptyBlockly/__Name__.blockly.ftl +20 -0
  40. package/file/blockly/EmptyBlockly/blockly.png +0 -0
  41. package/file/blockly/EmptyBlockly/blockly_client.png +0 -0
  42. package/file/blockly/EmptyBlockly/blockly_server.png +0 -0
  43. package/file/blockly/EmptyBlockly/template.properties +8 -0
  44. package/file/blockly/EmptyBlockly/template_pt_BR.properties +6 -0
  45. package/file/blockly/JavaBlockly/__ClassName__.java.ftl +32 -0
  46. package/file/blockly/JavaBlockly/java.svg +15 -0
  47. package/file/blockly/JavaBlockly/template.properties +9 -0
  48. package/file/blockly/JavaBlockly/template_pt_BR.properties +5 -0
  49. package/file/blockly/JavaBlocklyAI/__ClassName__.java.ftl +23 -0
  50. package/file/blockly/JavaBlocklyAI/java.svg +21 -0
  51. package/file/blockly/JavaBlocklyAI/template.properties +21 -0
  52. package/file/blockly/JavaBlocklyAI/template_pt_BR.properties +7 -0
  53. package/file/blockly/JavaScriptBlockly/__ClassName__.blockly.js.ftl +16 -0
  54. package/file/blockly/JavaScriptBlockly/javascript.svg +28 -0
  55. package/file/blockly/JavaScriptBlockly/template.properties +9 -0
  56. package/file/blockly/JavaScriptBlockly/template_pt_BR.properties +5 -0
  57. package/file/blockly/JavaScriptBlocklyAI/__ClassName__.blockly.js.ftl +6 -0
  58. package/file/blockly/JavaScriptBlocklyAI/javascript.svg +21 -0
  59. package/file/blockly/JavaScriptBlocklyAI/template.properties +12 -0
  60. package/file/blockly/JavaScriptBlocklyAI/template_pt_BR.properties +7 -0
  61. package/file/blockly/blockly.png +0 -0
  62. package/file/blockly/blockly_client.png +0 -0
  63. package/file/blockly/blockly_server.png +0 -0
  64. package/file/blockly/group.properties +5 -0
  65. package/file/components.json/EmptyCrudHtml/__FileName__.components.json.ftl +41 -0
  66. package/file/components.json/EmptyCrudHtml/__FileName__.template.html.ftl +1 -0
  67. package/file/components.json/EmptyCrudHtml/components.json.png +0 -0
  68. package/file/components.json/EmptyCrudHtml/template.properties +36 -0
  69. package/file/components.json/EmptyCrudHtml/template_pt_BR.properties +36 -0
  70. package/file/components.json/components.json.png +0 -0
  71. package/file/components.json/group.properties +5 -0
  72. package/file/crud/angular_crud_input/__FileName__.view.html.ftl +63 -0
  73. package/file/crud/angular_crud_input/template.properties +4 -0
  74. package/file/crud/angular_crud_input/template_en_US.properties +1 -0
  75. package/file/crud/angular_crud_view/__FileName__.view.html.ftl +432 -0
  76. package/file/crud/angular_crud_view/crud-web.png +0 -0
  77. package/file/crud/angular_crud_view/template.properties +8 -0
  78. package/file/crud/angular_crud_view/template_en_US.properties +2 -0
  79. package/file/crud/angular_view/__FileName__.view.html.ftl +70 -0
  80. package/file/crud/angular_view/list-web.png +0 -0
  81. package/file/crud/angular_view/project.svg +39 -0
  82. package/file/crud/angular_view/template.properties +10 -0
  83. package/file/crud/angular_view/template_en_US.properties +2 -0
  84. package/file/crud/angular_view_update/__FileName__.view.html.ftl +332 -0
  85. package/file/crud/angular_view_update/template.properties +8 -0
  86. package/file/crud/angular_view_update/template_en_US.properties +2 -0
  87. package/file/crud/angular_view_update/update-web.png +0 -0
  88. package/file/crud/group.properties +6 -0
  89. package/file/crud/phonegap_crud_input/__FileName__.view.html.ftl +122 -0
  90. package/file/crud/phonegap_crud_input/template.properties +4 -0
  91. package/file/crud/phonegap_crud_input/template_en_US.properties +1 -0
  92. package/file/crud/phonegap_crud_view/__FileName__.view.html.ftl +308 -0
  93. package/file/crud/phonegap_crud_view/crud-mobile.png +0 -0
  94. package/file/crud/phonegap_crud_view/project.svg +24 -0
  95. package/file/crud/phonegap_crud_view/template.properties +9 -0
  96. package/file/crud/phonegap_crud_view/template_en_US.properties +2 -0
  97. package/file/crud/phonegap_view/__FileName__.view.html.ftl +74 -0
  98. package/file/crud/phonegap_view/list-mobile.png +0 -0
  99. package/file/crud/phonegap_view/project.svg +24 -0
  100. package/file/crud/phonegap_view/template.properties +11 -0
  101. package/file/crud/phonegap_view/template_en_US.properties +2 -0
  102. package/file/crud/view.html.png +0 -0
  103. package/file/html/EmptyHtml/__FileName__.html.ftl +0 -0
  104. package/file/html/EmptyHtml/html.png +0 -0
  105. package/file/html/EmptyHtml/template.properties +4 -0
  106. package/file/html/EmptyHtml/template_pt_BR.properties +4 -0
  107. package/file/html/group.properties +4 -0
  108. package/file/html/html.png +0 -0
  109. package/file/java/Cronapi/__ClassName__.java.ftl +26 -0
  110. package/file/java/Cronapi/cronapi.png +0 -0
  111. package/file/java/Cronapi/template.properties +15 -0
  112. package/file/java/Cronapi/template_pt_BR.properties +15 -0
  113. package/file/java/EmptyClass/__ClassName__.java.ftl +23 -0
  114. package/file/java/EmptyClass/java.png +0 -0
  115. package/file/java/EmptyClass/template.properties +5 -0
  116. package/file/java/EmptyClass/template_pt_BR.properties +5 -0
  117. package/file/java/EnumClass/__EnumName__.java.ftl +18 -0
  118. package/file/java/EnumClass/java.png +0 -0
  119. package/file/java/EnumClass/template.properties +5 -0
  120. package/file/java/EnumClass/template_pt_BR.properties +5 -0
  121. package/file/java/InterfaceClass/__InterfaceName__.java.ftl +25 -0
  122. package/file/java/InterfaceClass/java.png +0 -0
  123. package/file/java/InterfaceClass/template.properties +5 -0
  124. package/file/java/InterfaceClass/template_pt_BR.properties +5 -0
  125. package/file/java/JUnitSuiteTestClass/__ClassName__.java.ftl +26 -0
  126. package/file/java/JUnitSuiteTestClass/junit.png +0 -0
  127. package/file/java/JUnitSuiteTestClass/template.properties +11 -0
  128. package/file/java/JUnitSuiteTestClass/template_pt_BR.properties +11 -0
  129. package/file/java/JUnitTestClass/__ClassName__.java.ftl +42 -0
  130. package/file/java/JUnitTestClass/junit.png +0 -0
  131. package/file/java/JUnitTestClass/template.properties +11 -0
  132. package/file/java/JUnitTestClass/template_pt_BR.properties +11 -0
  133. package/file/java/JavaBlocklyAI/__ClassName__.java.ftl +23 -0
  134. package/file/java/JavaBlocklyAI/java.svg +21 -0
  135. package/file/java/JavaBlocklyAI/template.properties +20 -0
  136. package/file/java/JavaBlocklyAI/template_pt_BR.properties +7 -0
  137. package/file/java/group.properties +4 -0
  138. package/file/java/java.png +0 -0
  139. package/file/jrxml/EmptyReport/__FileName__.jrxml.ftl +33 -0
  140. package/file/jrxml/EmptyReport/jrxml.png +0 -0
  141. package/file/jrxml/EmptyReport/template.properties +6 -0
  142. package/file/jrxml/EmptyReport/template_pt_BR.properties +6 -0
  143. package/file/jrxml/TabularReport/__FileName__.jrxml.ftl +27 -0
  144. package/file/jrxml/TabularReport/jrxml.png +0 -0
  145. package/file/jrxml/TabularReport/template.properties +11 -0
  146. package/file/jrxml/TabularReport/template_pt_BR.properties +11 -0
  147. package/file/jrxml/group.properties +4 -0
  148. package/file/jrxml/jrxml.png +0 -0
  149. package/file/js/Cronapi/__FileName__.cronapi.js.ftl +24 -0
  150. package/file/js/Cronapi/blockly_client.png +0 -0
  151. package/file/js/Cronapi/template.properties +18 -0
  152. package/file/js/Cronapi/template_pt_BR.properties +15 -0
  153. package/file/js/EmptyJs/__FileName__.js.ftl +0 -0
  154. package/file/js/EmptyJs/js.png +0 -0
  155. package/file/js/EmptyJs/template.properties +5 -0
  156. package/file/js/EmptyJs/template_pt_BR.properties +5 -0
  157. package/file/js/JavaScriptBlocklyAI/__ClassName__.blockly.js.ftl +6 -0
  158. package/file/js/JavaScriptBlocklyAI/javascript.svg +21 -0
  159. package/file/js/JavaScriptBlocklyAI/template.properties +11 -0
  160. package/file/js/JavaScriptBlocklyAI/template_pt_BR.properties +7 -0
  161. package/file/js/group.properties +4 -0
  162. package/file/js/js.png +0 -0
  163. package/file/others/css/CssHelloWorld/__FileName__.css.ftl +3 -0
  164. package/file/others/css/CssHelloWorld/css.png +0 -0
  165. package/file/others/css/CssHelloWorld/template.properties +5 -0
  166. package/file/others/css/CssHelloWorld/template_pt_BR.properties +5 -0
  167. package/file/others/css/CssVazio/__FileName__.css.ftl +0 -0
  168. package/file/others/css/CssVazio/css.png +0 -0
  169. package/file/others/css/CssVazio/template.properties +5 -0
  170. package/file/others/css/CssVazio/template_pt_BR.properties +5 -0
  171. package/file/others/group.properties +5 -0
  172. package/file/others/group_en_US.properties +5 -0
  173. package/file/others/js/__FileName__.js.ftl +0 -0
  174. package/file/others/js/js.png +0 -0
  175. package/file/others/js/template.properties +5 -0
  176. package/file/others/js/template_pt_BR.properties +5 -0
  177. package/file/others/jsp/__FileName__.jsp.ftl +12 -0
  178. package/file/others/jsp/jsp.png +0 -0
  179. package/file/others/jsp/template.properties +5 -0
  180. package/file/others/jsp/template_pt_BR.properties +5 -0
  181. package/file/others/properties/__FileName__.properties.ftl +0 -0
  182. package/file/others/properties/properties.png +0 -0
  183. package/file/others/properties/template.properties +5 -0
  184. package/file/others/properties/template_pt_BR.properties +5 -0
  185. package/file/others/raml/__FileName__.raml.ftl +12 -0
  186. package/file/others/raml/raml.png +0 -0
  187. package/file/others/raml/template.properties +5 -0
  188. package/file/others/raml/template_pt_BR.properties +5 -0
  189. package/file/others/scheduler.umlcd/__FileName__.umlcd.ftl +397 -0
  190. package/file/others/scheduler.umlcd/template.properties +5 -0
  191. package/file/others/scheduler.umlcd/template_pt_BR.properties +5 -0
  192. package/file/others/scheduler.umlcd/umlcd.png +0 -0
  193. package/file/others/txt/__FileName__.txt.ftl +0 -0
  194. package/file/others/txt/template.properties +5 -0
  195. package/file/others/txt/template_en_US.properties +5 -0
  196. package/file/others/txt/txt.png +0 -0
  197. package/file/others/umlcd/__FileName__.umlcd.ftl +0 -0
  198. package/file/others/umlcd/template.properties +5 -0
  199. package/file/others/umlcd/template_pt_BR.properties +5 -0
  200. package/file/others/umlcd/umlcd.png +0 -0
  201. package/file/others/unknown.png +0 -0
  202. package/file/others/xml/__FileName__.xml.ftl +0 -0
  203. package/file/others/xml/template.properties +5 -0
  204. package/file/others/xml/template_pt_BR.properties +5 -0
  205. package/file/others/xml/xml.png +0 -0
  206. package/file/others/yaml/__FileName__.yaml.ftl +29 -0
  207. package/file/others/yaml/template.properties +5 -0
  208. package/file/others/yaml/template_pt_BR.properties +5 -0
  209. package/file/others/yaml/yaml.png +0 -0
  210. package/file/report/Blank/Blank.png +0 -0
  211. package/file/report/Blank/__FileName__.report.ftl +44 -0
  212. package/file/report/Blank/template.properties +6 -0
  213. package/file/report/Blank/template_pt_BR.properties +4 -0
  214. package/file/report/CrossTabWithDetailing/CrossTabWithDetailing.png +0 -0
  215. package/file/report/CrossTabWithDetailing/__FileName__.report.ftl +1900 -0
  216. package/file/report/CrossTabWithDetailing/template.properties +6 -0
  217. package/file/report/CrossTabWithDetailing/template_pt_BR.properties +4 -0
  218. package/file/report/Indicators/Indicators.png +0 -0
  219. package/file/report/Indicators/__FileName__.report.ftl +2074 -0
  220. package/file/report/Indicators/template.properties +6 -0
  221. package/file/report/Indicators/template_pt_BR.properties +4 -0
  222. package/file/report/InsuranceWithSelectingCountry/InsuranceWithSelectingCountry.png +0 -0
  223. package/file/report/InsuranceWithSelectingCountry/__FileName__.report.ftl +1875 -0
  224. package/file/report/InsuranceWithSelectingCountry/template.properties +6 -0
  225. package/file/report/InsuranceWithSelectingCountry/template_pt_BR.properties +4 -0
  226. package/file/report/InvoiceQuotation/InvoiceQuotation.png +0 -0
  227. package/file/report/InvoiceQuotation/__FileName__.report.ftl +900 -0
  228. package/file/report/InvoiceQuotation/template.properties +6 -0
  229. package/file/report/InvoiceQuotation/template_pt_BR.properties +4 -0
  230. package/file/report/InvoiceSoftware/InvoiceSoftware.png +0 -0
  231. package/file/report/InvoiceSoftware/__FileName__.report.ftl +665 -0
  232. package/file/report/InvoiceSoftware/template.properties +6 -0
  233. package/file/report/InvoiceSoftware/template_pt_BR.properties +4 -0
  234. package/file/report/Labels/Labels.png +0 -0
  235. package/file/report/Labels/__FileName__.report.ftl +675 -0
  236. package/file/report/Labels/template.properties +6 -0
  237. package/file/report/Labels/template_pt_BR.properties +4 -0
  238. package/file/report/MasterDetail/MasterDetail.png +0 -0
  239. package/file/report/MasterDetail/__FileName__.report.ftl +816 -0
  240. package/file/report/MasterDetail/template.properties +6 -0
  241. package/file/report/MasterDetail/template_pt_BR.properties +4 -0
  242. package/file/report/MultiColumnList/MultiColumnList.png +0 -0
  243. package/file/report/MultiColumnList/__FileName__.report.ftl +536 -0
  244. package/file/report/MultiColumnList/template.properties +6 -0
  245. package/file/report/MultiColumnList/template_pt_BR.properties +4 -0
  246. package/file/report/PurchaseOrder/PurchaseOrder.png +0 -0
  247. package/file/report/PurchaseOrder/__FileName__.report.ftl +1541 -0
  248. package/file/report/PurchaseOrder/template.properties +6 -0
  249. package/file/report/PurchaseOrder/template_pt_BR.properties +4 -0
  250. package/file/report/SimpleGroup/SimpleGroup.png +0 -0
  251. package/file/report/SimpleGroup/__FileName__.report.ftl +697 -0
  252. package/file/report/SimpleGroup/template.properties +6 -0
  253. package/file/report/SimpleGroup/template_pt_BR.properties +4 -0
  254. package/file/report/Tree/Tree.png +0 -0
  255. package/file/report/Tree/__FileName__.report.ftl +525 -0
  256. package/file/report/Tree/template.properties +6 -0
  257. package/file/report/Tree/template_pt_BR.properties +4 -0
  258. package/file/report/TreeWithHeadersAndFooters/TreeWithHeadersAndFooters.png +0 -0
  259. package/file/report/TreeWithHeadersAndFooters/__FileName__.report.ftl +698 -0
  260. package/file/report/TreeWithHeadersAndFooters/template.properties +6 -0
  261. package/file/report/TreeWithHeadersAndFooters/template_pt_BR.properties +4 -0
  262. package/file/report/TwoMastersOnOneDetail/TwoMastersOnOneDetail.png +0 -0
  263. package/file/report/TwoMastersOnOneDetail/__FileName__.report.ftl +1297 -0
  264. package/file/report/TwoMastersOnOneDetail/template.properties +6 -0
  265. package/file/report/TwoMastersOnOneDetail/template_pt_BR.properties +4 -0
  266. package/file/report/group.properties +6 -0
  267. package/file/report/report.png +0 -0
  268. package/file/tm/EmptyMenu/__FileName__.xml.ftl +14 -0
  269. package/file/tm/EmptyMenu/template.properties +4 -0
  270. package/file/tm/EmptyMenu/tm.png +0 -0
  271. package/file/tm/group.properties +6 -0
  272. package/file/tm/tm.png +0 -0
  273. package/file/tp/EmptyPage/__FileName__.xml.ftl +12 -0
  274. package/file/tp/EmptyPage/template.properties +4 -0
  275. package/file/tp/EmptyPage/tp.png +0 -0
  276. package/file/tp/PageHelloWorld/__FileName__.xml.ftl +18 -0
  277. package/file/tp/PageHelloWorld/template.properties +4 -0
  278. package/file/tp/PageHelloWorld/tp.png +0 -0
  279. package/file/tp/group.properties +6 -0
  280. package/file/tp/tp.png +0 -0
  281. package/file/view.html/EmptyIonicViewHtml/__FileName__.view.html.ftl +4 -0
  282. package/file/view.html/EmptyIonicViewHtml/template.properties +10 -0
  283. package/file/view.html/EmptyIonicViewHtml/template_pt_BR.properties +3 -0
  284. package/file/view.html/EmptyIonicViewHtml/view.html.png +0 -0
  285. package/file/view.html/EmptyViewHtml/__FileName__.view.html.ftl +0 -0
  286. package/file/view.html/EmptyViewHtml/template.properties +10 -0
  287. package/file/view.html/EmptyViewHtml/template_pt_BR.properties +3 -0
  288. package/file/view.html/EmptyViewHtml/view.html.png +0 -0
  289. package/file/view.html/HeaderIonicViewHtml/__FileName__.view.html.ftl +13 -0
  290. package/file/view.html/HeaderIonicViewHtml/template.properties +10 -0
  291. package/file/view.html/HeaderIonicViewHtml/template_pt_BR.properties +3 -0
  292. package/file/view.html/HeaderIonicViewHtml/view.html.png +0 -0
  293. package/file/view.html/Login1ViewHtml/__FileName__.view.html.ftl +193 -0
  294. package/file/view.html/Login1ViewHtml/login1.png +0 -0
  295. package/file/view.html/Login1ViewHtml/template.properties +10 -0
  296. package/file/view.html/Login1ViewHtml/template_pt_BR.properties +2 -0
  297. package/file/view.html/Login2ViewHtml/__FileName__.view.html.ftl +200 -0
  298. package/file/view.html/Login2ViewHtml/login2.png +0 -0
  299. package/file/view.html/Login2ViewHtml/template.properties +10 -0
  300. package/file/view.html/Login2ViewHtml/template_pt_BR.properties +2 -0
  301. package/file/view.html/Signup1ViewHtml/__FileName__.view.html.ftl +87 -0
  302. package/file/view.html/Signup1ViewHtml/signup1.png +0 -0
  303. package/file/view.html/Signup1ViewHtml/template.properties +10 -0
  304. package/file/view.html/Signup1ViewHtml/template_pt_BR.properties +2 -0
  305. package/file/view.html/Signup2ViewHtml/__FileName__.view.html.ftl +90 -0
  306. package/file/view.html/Signup2ViewHtml/signup2.png +0 -0
  307. package/file/view.html/Signup2ViewHtml/template.properties +10 -0
  308. package/file/view.html/Signup2ViewHtml/template_pt_BR.properties +2 -0
  309. package/file/view.html/group.properties +6 -0
  310. package/file/view.html/view.html.png +0 -0
  311. package/package-lock.json +5 -0
  312. package/package.json +5 -0
  313. package/project/C/Aplicacao Vazia/cfg/jaas.config +5 -0
  314. package/project/C/Aplicacao Vazia/cfg/techne.template.config.xml +26 -0
  315. package/project/C/Aplicacao Vazia/cfg/techne.template.xml +6 -0
  316. package/project/C/Aplicacao Vazia/config/context.xml.ftl +66 -0
  317. package/project/C/Aplicacao Vazia/data/techne/template/crodata/classes.xml +13 -0
  318. package/project/C/Aplicacao Vazia/data/techne/template/crodata/menu/modules.xml +14 -0
  319. package/project/C/Aplicacao Vazia/data/techne/template/crodata/trans/module/index.xml +15 -0
  320. package/project/C/Aplicacao Vazia/db/README.md +1 -0
  321. package/project/C/Aplicacao Vazia/pom.xml +34 -0
  322. package/project/C/Aplicacao Vazia/project.png +0 -0
  323. package/project/C/Aplicacao Vazia/src/template/security/TemplateSecurityConnection.java +130 -0
  324. package/project/C/Aplicacao Vazia/template.properties +8 -0
  325. package/project/C/Aplicacao com CRUD/cfg/jaas.config +5 -0
  326. package/project/C/Aplicacao com CRUD/cfg/techne.template.config.xml +26 -0
  327. package/project/C/Aplicacao com CRUD/cfg/techne.template.xml +6 -0
  328. package/project/C/Aplicacao com CRUD/config/context.xml.ftl +66 -0
  329. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/block/tb.ftl +9 -0
  330. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/classes.xml +13 -0
  331. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/menu/modules.xml +14 -0
  332. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/checkbox.xml +156 -0
  333. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/dropDownSelect.xml +113 -0
  334. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/gridPanelSelect.xml +99 -0
  335. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/index.xml +40 -0
  336. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/recordpanel.xml +239 -0
  337. package/project/C/Aplicacao com CRUD/db/README.md +1 -0
  338. package/project/C/Aplicacao com CRUD/db/sql/template/org/h2/Driver/2_tables.sql +309 -0
  339. package/project/C/Aplicacao com CRUD/pom.xml +85 -0
  340. package/project/C/Aplicacao com CRUD/project.png +0 -0
  341. package/project/C/Aplicacao com CRUD/src/template/security/TemplateSecurityConnection.java +130 -0
  342. package/project/C/Aplicacao com CRUD/template.properties +9 -0
  343. package/project/C/cronos/cfg/jaas.config +5 -0
  344. package/project/C/cronos/cfg/techne.template.config.xml +26 -0
  345. package/project/C/cronos/cfg/techne.template.xml +6 -0
  346. package/project/C/cronos/config/context.xml.ftl +66 -0
  347. package/project/C/cronos/data/techne/template/crodata/block/tb.ftl +9 -0
  348. package/project/C/cronos/data/techne/template/crodata/classes.xml +13 -0
  349. package/project/C/cronos/data/techne/template/crodata/menu/modules.xml +14 -0
  350. package/project/C/cronos/data/techne/template/crodata/trans/module/gridPanelMasterDetail.xml +72 -0
  351. package/project/C/cronos/data/techne/template/crodata/trans/module/gridPanelSelect.xml +99 -0
  352. package/project/C/cronos/data/techne/template/crodata/trans/module/hello.xml +15 -0
  353. package/project/C/cronos/data/techne/template/crodata/trans/module/recordPanelMasterCheckBox.xml +190 -0
  354. package/project/C/cronos/db/README.md +1 -0
  355. package/project/C/cronos/pom.xml +34 -0
  356. package/project/C/cronos/project.png +0 -0
  357. package/project/C/cronos/scripts/sql/aplicacao/org/h2/Driver/2_tables.sql +309 -0
  358. package/project/C/cronos/src/template/security/TemplateSecurityConnection.java +130 -0
  359. package/project/C/cronos/template.properties +8 -0
  360. package/project/C/cronos.png +0 -0
  361. package/project/C/group.properties +5 -0
  362. package/project/D/dotnet-zero/project.png +0 -0
  363. package/project/D/dotnet-zero/template.properties +5 -0
  364. package/project/D/dotnet-zero/template_en_US.properties +2 -0
  365. package/project/D/dotnet.png +0 -0
  366. package/project/D/group.properties +4 -0
  367. package/project/F/frontend/README.md +24 -0
  368. package/project/F/frontend/__linksInherit +1 -0
  369. package/project/F/frontend/project.svg +1 -0
  370. package/project/F/frontend/template.properties +26 -0
  371. package/project/F/frontend/template_en_US.properties +4 -0
  372. package/project/F/frontend/template_pt_BR.properties +4 -0
  373. package/project/F/frontend.png +0 -0
  374. package/project/F/group.properties +4 -0
  375. package/project/G/blockly-client-api/project.svg +63 -0
  376. package/project/G/blockly-client-api/src/main/mobileapp/www/js/cronapi/__FileName__.cronapi.js.ftl +24 -0
  377. package/project/G/blockly-client-api/src/main/webapp/js/cronapi/__FileName__.cronapi.js.ftl +24 -0
  378. package/project/G/blockly-client-api/template.properties +15 -0
  379. package/project/G/blockly-client-api/template.properties._template.ftl +5 -0
  380. package/project/G/blockly-client-api/template_en.properties._template.ftl +1 -0
  381. package/project/G/blockly-client-api/template_pt.properties +13 -0
  382. package/project/G/blockly-client-api/template_pt.properties._template.ftl +1 -0
  383. package/project/G/blockly-server-api/pom.xml.ftl +63 -0
  384. package/project/G/blockly-server-api/project.svg +34 -0
  385. package/project/G/blockly-server-api/src/main/java/cronapi/__ClassName__.java.ftl +24 -0
  386. package/project/G/blockly-server-api/template.properties +17 -0
  387. package/project/G/blockly-server-api/template.properties._template.ftl +1 -0
  388. package/project/G/blockly-server-api/template_en.properties._template.ftl +1 -0
  389. package/project/G/blockly-server-api/template_pt.properties +14 -0
  390. package/project/G/blockly-server-api/template_pt.properties._template.ftl +1 -0
  391. package/project/G/gluonsoft.png +0 -0
  392. package/project/G/group.properties +4 -0
  393. package/project/G/visual-component/project.svg +166 -0
  394. package/project/G/visual-component/src/main/mobileapp/www/components/__WidgetId__.components.json.ftl +22 -0
  395. package/project/G/visual-component/src/main/mobileapp/www/components/templates/__WidgetId__.template.html.ftl +4 -0
  396. package/project/G/visual-component/src/main/mobileapp/www/js/__WidgetId__.js +4 -0
  397. package/project/G/visual-component/src/main/webapp/components/__WidgetId__.components.json.ftl +22 -0
  398. package/project/G/visual-component/src/main/webapp/components/templates/__WidgetId__.template.html.ftl +4 -0
  399. package/project/G/visual-component/src/main/webapp/js/__WidgetId__.js +4 -0
  400. package/project/G/visual-component/template.properties +9 -0
  401. package/project/G/visual-component/template.properties._template.ftl +5 -0
  402. package/project/G/visual-component/template_en.properties._template.ftl +1 -0
  403. package/project/G/visual-component/template_pt.properties +4 -0
  404. package/project/G/visual-component/template_pt.properties._template.ftl +1 -0
  405. package/project/J/group.properties +4 -0
  406. package/project/J/java.png +0 -0
  407. package/project/J/servlet/.gitignore.ftl +25 -0
  408. package/project/J/servlet/.vscode/launch.json +1 -0
  409. package/project/J/servlet/README.md +3 -0
  410. package/project/J/servlet/pom.xml +70 -0
  411. package/project/J/servlet/project.svg +1 -0
  412. package/project/J/servlet/src/main/webapp/index.jsp +5 -0
  413. package/project/J/servlet/template.properties +6 -0
  414. package/project/J/servlet/template_en_US.properties +2 -0
  415. package/project/J/spring-boot/.gitignore.ftl +25 -0
  416. package/project/J/spring-boot/.vscode/launch.json +1 -0
  417. package/project/J/spring-boot/README.md +3 -0
  418. package/project/J/spring-boot/mvnw +225 -0
  419. package/project/J/spring-boot/mvnw.cmd +143 -0
  420. package/project/J/spring-boot/pom.xml +50 -0
  421. package/project/J/spring-boot/project.png +0 -0
  422. package/project/J/spring-boot/project.svg +1 -0
  423. package/project/J/spring-boot/src/main/java/com/mycompany/helloworld/HelloWorldApplication.java +12 -0
  424. package/project/J/spring-boot/src/main/resources/application.properties +0 -0
  425. package/project/J/spring-boot/src/main/resources/static/static.txt +0 -0
  426. package/project/J/spring-boot/src/main/resources/templates/templates.txt +0 -0
  427. package/project/J/spring-boot/template.properties +6 -0
  428. package/project/J/spring-boot/template_en_US.properties +2 -0
  429. package/project/L/group.properties +4 -0
  430. package/project/L/microservices.png +0 -0
  431. package/project/L/report-custom/project.svg +32 -0
  432. package/project/L/report-custom/template.properties +7 -0
  433. package/project/L/report-custom/template_en_US.properties +5 -0
  434. package/project/L/report-custom/template_pt_BR.properties +5 -0
  435. package/project/M/cronapp-lyceum-project-mobile-cordova/__copydata.ftl +29 -0
  436. package/project/M/cronapp-lyceum-project-mobile-cordova/__linksInherit +8 -0
  437. package/project/M/cronapp-lyceum-project-mobile-cordova/project.svg +190 -0
  438. package/project/M/cronapp-lyceum-project-mobile-cordova/src/main/resources/application.properties.ftl +27 -0
  439. package/project/M/cronapp-lyceum-project-mobile-cordova/template.properties +57 -0
  440. package/project/M/cronapp-lyceum-project-mobile-cordova/template_en_US.properties +35 -0
  441. package/project/M/cronapp-lyceum-project-mobile-cordova/template_pt_BR.properties +34 -0
  442. package/project/M/cronapp-rad-project-mobile-cordova/.gitignore.ftl +28 -0
  443. package/project/M/cronapp-rad-project-mobile-cordova/README.md +24 -0
  444. package/project/M/cronapp-rad-project-mobile-cordova/__copydata.ftl +29 -0
  445. package/project/M/cronapp-rad-project-mobile-cordova/__linksInherit +7 -0
  446. package/project/M/cronapp-rad-project-mobile-cordova/project.svg +1 -0
  447. package/project/M/cronapp-rad-project-mobile-cordova/src/__copydata.ftl +7 -0
  448. package/project/M/cronapp-rad-project-mobile-cordova/src/main/__copydata.ftl +18 -0
  449. package/project/M/cronapp-rad-project-mobile-cordova/src/main/__linksInherit +14 -0
  450. package/project/M/cronapp-rad-project-mobile-cordova/src/main/java/__copydata.ftl +3 -0
  451. package/project/M/cronapp-rad-project-mobile-cordova/src/main/java/__linksInherit +13 -0
  452. package/project/M/cronapp-rad-project-mobile-cordova/src/main/java/social.properties +14 -0
  453. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/.gitignore.ftl +3 -0
  454. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/certs/README.md +5 -0
  455. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/config.xml.ftl +110 -0
  456. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/hooks/README.md +23 -0
  457. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/network_security_config.xml +4 -0
  458. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/package.json.ftl +12 -0
  459. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/README.md +29 -0
  460. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-hdpi-icon.png +0 -0
  461. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-hdpi-notification-icon.png +0 -0
  462. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-ldpi-icon.png +0 -0
  463. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-ldpi-notification-icon.png +0 -0
  464. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-mdpi-icon.png +0 -0
  465. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-mdpi-notification-icon.png +0 -0
  466. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-web-icon.png +0 -0
  467. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xhdpi-icon.png +0 -0
  468. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xhdpi-notification-icon.png +0 -0
  469. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xxhdpi-icon.png +0 -0
  470. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xxhdpi-notification-icon.png +0 -0
  471. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xxxhdpi-icon.png +0 -0
  472. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xxxhdpi-notification-icon.png +0 -0
  473. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/icon-36-hdpi.png +0 -0
  474. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/icon-48-hdpi.png +0 -0
  475. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-1024.png +0 -0
  476. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-20.png +0 -0
  477. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-24@2x.png +0 -0
  478. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-27.5@2x.png +0 -0
  479. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-40.png +0 -0
  480. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-40@2x.png +0 -0
  481. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-40@3x.png +0 -0
  482. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-44@2x.png +0 -0
  483. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-50.png +0 -0
  484. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-50@2x.png +0 -0
  485. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-60.png +0 -0
  486. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-60@2x.png +0 -0
  487. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-60@3x.png +0 -0
  488. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-72.png +0 -0
  489. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-72@2x.png +0 -0
  490. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-76.png +0 -0
  491. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-76@2x.png +0 -0
  492. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-83.5@2x.png +0 -0
  493. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-86@2x.png +0 -0
  494. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-98@2x.png +0 -0
  495. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-small.png +0 -0
  496. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-small@2x.png +0 -0
  497. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-small@3x.png +0 -0
  498. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon.png +0 -0
  499. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon@2x.png +0 -0
  500. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon.png +0 -0
  501. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/notification_icon.png +0 -0
  502. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-hdpi-screen.png +0 -0
  503. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-hdpi.png +0 -0
  504. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-ldpi-screen.png +0 -0
  505. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-ldpi.png +0 -0
  506. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-mdpi-screen.png +0 -0
  507. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-mdpi.png +0 -0
  508. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-xhdpi-screen.png +0 -0
  509. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-xhdpi.png +0 -0
  510. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-xxhdpi-screen.png +0 -0
  511. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-xxxhdpi-screen.png +0 -0
  512. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-hdpi-screen.png +0 -0
  513. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-hdpi.png +0 -0
  514. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-ldpi-screen.png +0 -0
  515. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-ldpi.png +0 -0
  516. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-mdpi-screen.png +0 -0
  517. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-mdpi.png +0 -0
  518. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-xhdpi-screen.png +0 -0
  519. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-xhdpi.png +0 -0
  520. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-xxhdpi-screen.png +0 -0
  521. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-xxxhdpi-screen.png +0 -0
  522. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-2436h.png +0 -0
  523. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-568h@2x~iphone.png +0 -0
  524. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-667h.png +0 -0
  525. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-736h.png +0 -0
  526. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape-2436h.png +0 -0
  527. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape-736h.png +0 -0
  528. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape@2x~ipad.png +0 -0
  529. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape@~ipadpro.png +0 -0
  530. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape~ipad.png +0 -0
  531. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Portrait@2x~ipad.png +0 -0
  532. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Portrait@~ipadpro.png +0 -0
  533. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Portrait~ipad.png +0 -0
  534. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~ipad~anyany.png +0 -0
  535. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~ipad~comany.png +0 -0
  536. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~iphone.png +0 -0
  537. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~iphone~anyany.png +0 -0
  538. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~iphone~comany.png +0 -0
  539. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~iphone~comcom.png +0 -0
  540. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~universal~anyany.png +0 -0
  541. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@3x~iphone~anyany.png +0 -0
  542. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@3x~iphone~anycom.png +0 -0
  543. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@3x~iphone~comany.png +0 -0
  544. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default~iphone.png +0 -0
  545. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/ipx-landscape.png +0 -0
  546. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/ipx-portrait.png +0 -0
  547. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen.png +0 -0
  548. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/__copydata.ftl +12 -0
  549. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/.bowerrc +4 -0
  550. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/README.md +32 -0
  551. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/assets/app-logo-login.svg +1 -0
  552. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/bower.json +31 -0
  553. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/components/.gitkeep +0 -0
  554. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/cordova.js +1863 -0
  555. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/cordova_plugins.js +9 -0
  556. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/css/app.css +4 -0
  557. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/favicon.ico +0 -0
  558. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/i18n/locale_en_us.json +169 -0
  559. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/i18n/locale_pt_br.json +169 -0
  560. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/img/nophoto.png +0 -0
  561. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/img/user.png +0 -0
  562. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/index.html.ftl +60 -0
  563. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/ChangePassword.blockly +44 -0
  564. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/ChangePassword.blockly.js +56 -0
  565. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/Home.blockly +12 -0
  566. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/Home.blockly.js +13 -0
  567. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/Login.blockly +42 -0
  568. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/Login.blockly.js +25 -0
  569. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/UserControl.blockly +129 -0
  570. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/UserControl.blockly.js +64 -0
  571. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/events.js +0 -0
  572. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/index.js +48 -0
  573. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/error/403.view.html +10 -0
  574. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/error/404.view.html +10 -0
  575. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/logged/home.view.html +20 -0
  576. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/logged/menu.view.html +61 -0
  577. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/logged/user.view.html +77 -0
  578. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/login.view.html.ftl +93 -0
  579. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/__copydata.ftl +8 -0
  580. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/home.view.html +19 -0
  581. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/menu.view.html +15 -0
  582. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/reset-password-email.view.html +28 -0
  583. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/reset-password.view.html +29 -0
  584. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/signup.view.html +36 -0
  585. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/__linksInherit +10 -0
  586. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/assets/.gitkeep +0 -0
  587. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/components/.gitkeep +0 -0
  588. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/js/blockly/auth/Home.blockly +12 -0
  589. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/js/blockly/auth/Home.blockly.js +13 -0
  590. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/views/error/403.view.html +10 -0
  591. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/views/error/404.view.html +10 -0
  592. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/views/public/home.view.html +22 -0
  593. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/views/public/menu.view.html +15 -0
  594. package/project/M/cronapp-rad-project-mobile-cordova/src/test/java/blockly/.gitkeep +0 -0
  595. package/project/M/cronapp-rad-project-mobile-cordova/template.properties +135 -0
  596. package/project/M/cronapp-rad-project-mobile-cordova/template_en_US.properties +33 -0
  597. package/project/M/cronapp-rad-project-mobile-cordova/template_pt_BR.properties +32 -0
  598. package/project/M/group.properties +5 -0
  599. package/project/M/mobile.png +0 -0
  600. package/project/N/group.properties +4 -0
  601. package/project/N/nodejs-express/.vscode/launch.json +14 -0
  602. package/project/N/nodejs-express/app.js +44 -0
  603. package/project/N/nodejs-express/bin/www +90 -0
  604. package/project/N/nodejs-express/package-lock.json +928 -0
  605. package/project/N/nodejs-express/package.json +16 -0
  606. package/project/N/nodejs-express/project.png +0 -0
  607. package/project/N/nodejs-express/project.svg +1 -0
  608. package/project/N/nodejs-express/public/stylesheets/style.css +8 -0
  609. package/project/N/nodejs-express/routes/index.js +9 -0
  610. package/project/N/nodejs-express/routes/users.js +9 -0
  611. package/project/N/nodejs-express/template.properties +6 -0
  612. package/project/N/nodejs-express/template_en_US.properties +2 -0
  613. package/project/N/nodejs-express/views/error.pug +6 -0
  614. package/project/N/nodejs-express/views/index.pug +5 -0
  615. package/project/N/nodejs-express/views/layout.pug +7 -0
  616. package/project/N/nodejs.png +0 -0
  617. package/project/P/django/.vscode/launch.json +21 -0
  618. package/project/P/django/cronapp/settings.py +121 -0
  619. package/project/P/django/cronapp/urls.py +21 -0
  620. package/project/P/django/cronapp/wsgi.py +16 -0
  621. package/project/P/django/main.py +19 -0
  622. package/project/P/django/project.svg +48 -0
  623. package/project/P/django/requirements.txt +6 -0
  624. package/project/P/django/template.properties +5 -0
  625. package/project/P/django/template_en_US.properties +2 -0
  626. package/project/P/flask/.vscode/launch.json +24 -0
  627. package/project/P/flask/main.py +14 -0
  628. package/project/P/flask/project.svg +45 -0
  629. package/project/P/flask/requirements.txt +6 -0
  630. package/project/P/flask/template.properties +5 -0
  631. package/project/P/flask/template_en_US.properties +2 -0
  632. package/project/P/group.properties +4 -0
  633. package/project/P/python.png +0 -0
  634. package/project/P/scientific/.vscode/launch.json +15 -0
  635. package/project/P/scientific/README.md +0 -0
  636. package/project/P/scientific/main.py +27 -0
  637. package/project/P/scientific/project.png +0 -0
  638. package/project/P/scientific/project.svg +48 -0
  639. package/project/P/scientific/requirements.txt +2 -0
  640. package/project/P/scientific/template.properties +5 -0
  641. package/project/P/scientific/template_en_US.properties +2 -0
  642. package/project/S/business-service/README.md +24 -0
  643. package/project/S/business-service/__linksInherit +1 -0
  644. package/project/S/business-service/project.svg +452 -0
  645. package/project/S/business-service/src/main/java/META-INF/authorities.json.ftl +26 -0
  646. package/project/S/business-service/src/main/java/blockly/HelloWorld.blockly +12 -0
  647. package/project/S/business-service/src/main/java/blockly/HelloWorld.java +38 -0
  648. package/project/S/business-service/src/main/java/blockly/HelloWorld.map +1 -0
  649. package/project/S/business-service/template.properties +80 -0
  650. package/project/S/business-service/template_en_US.properties +4 -0
  651. package/project/S/business-service/template_pt_BR.properties +4 -0
  652. package/project/S/data-service/README.md +24 -0
  653. package/project/S/data-service/__linksInherit +1 -0
  654. package/project/S/data-service/config/context.xml.ftl +27 -0
  655. package/project/S/data-service/diagram/app.umlcd +233 -0
  656. package/project/S/data-service/project.svg +116 -0
  657. package/project/S/data-service/src/main/java/META-INF/datasources/__copydata.ftl +0 -0
  658. package/project/S/data-service/src/main/java/META-INF/persistence.xml.ftl +26 -0
  659. package/project/S/data-service/src/main/java/app/AppConfiguration.java +63 -0
  660. package/project/S/data-service/src/main/java/app/dao/SampleDAO.java +21 -0
  661. package/project/S/data-service/src/main/java/app/entity/Sample.java +112 -0
  662. package/project/S/data-service/template.properties +80 -0
  663. package/project/S/data-service/template_en_US.properties +4 -0
  664. package/project/S/data-service/template_pt_BR.properties +4 -0
  665. package/project/S/group.properties +4 -0
  666. package/project/S/microservices.png +0 -0
  667. package/project/W/cronapp-rad-project/.dockerignore +5 -0
  668. package/project/W/cronapp-rad-project/.gitignore.ftl +28 -0
  669. package/project/W/cronapp-rad-project/Jenkinsfile +43 -0
  670. package/project/W/cronapp-rad-project/README.md +24 -0
  671. package/project/W/cronapp-rad-project/__copydata.ftl +26 -0
  672. package/project/W/cronapp-rad-project/config/__copydata.ftl +7 -0
  673. package/project/W/cronapp-rad-project/config/app.config.ftl +32 -0
  674. package/project/W/cronapp-rad-project/config/context.xml.ftl +27 -0
  675. package/project/W/cronapp-rad-project/config/test/Tests.side +59 -0
  676. package/project/W/cronapp-rad-project/diagram/__copydata.ftl +11 -0
  677. package/project/W/cronapp-rad-project/diagram/app.umlcd +4643 -0
  678. package/project/W/cronapp-rad-project/diagram/app.umlcd.ftl +1150 -0
  679. package/project/W/cronapp-rad-project/diagram/domain.umlcd +10596 -0
  680. package/project/W/cronapp-rad-project/docs/__copydata.ftl +4 -0
  681. package/project/W/cronapp-rad-project/docs/architecture/architecture.html +50 -0
  682. package/project/W/cronapp-rad-project/docs/architecture/img/layers.png +0 -0
  683. package/project/W/cronapp-rad-project/docs/login.prototype +24 -0
  684. package/project/W/cronapp-rad-project/pom.xml.ftl +174 -0
  685. package/project/W/cronapp-rad-project/project.svg +1 -0
  686. package/project/W/cronapp-rad-project/spring-boot.png +0 -0
  687. package/project/W/cronapp-rad-project/src/__copydata.ftl +7 -0
  688. package/project/W/cronapp-rad-project/src/main/__copydata.ftl +16 -0
  689. package/project/W/cronapp-rad-project/src/main/java/META-INF/__copydata.ftl +7 -0
  690. package/project/W/cronapp-rad-project/src/main/java/META-INF/customQuery.json.ftl +2192 -0
  691. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/__copydata.ftl +23 -0
  692. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/appUserManager.datasource.json +96 -0
  693. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/auditlogcleanup.datasource.json +103 -0
  694. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/auditlogquery.datasource.json +104 -0
  695. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/auth.datasource.json +120 -0
  696. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/device.datasource.json +96 -0
  697. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/keyManager.datasource.json +126 -0
  698. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/roleManager.datasource.json +255 -0
  699. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/roleSecurableManager.datasource.json +127 -0
  700. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/roleSecurables.datasource.json +158 -0
  701. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/roles.datasource.json +143 -0
  702. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/securableManager.datasource.json +127 -0
  703. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/securableViews.datasource.json +186 -0
  704. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/securables.datasource.json +134 -0
  705. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/userManager.datasource.json +271 -0
  706. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/userRoleManager.datasource.json +127 -0
  707. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/userSecurableManager.datasource.json +127 -0
  708. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/userSecurables.datasource.json +135 -0
  709. package/project/W/cronapp-rad-project/src/main/java/META-INF/persistence.xml.ftl +36 -0
  710. package/project/W/cronapp-rad-project/src/main/java/SpringBootMain.java.ftl +43 -0
  711. package/project/W/cronapp-rad-project/src/main/java/__copydata.ftl +34 -0
  712. package/project/W/cronapp-rad-project/src/main/java/app/AppConfiguration.java.ftl +66 -0
  713. package/project/W/cronapp-rad-project/src/main/java/app/__copydata.ftl +25 -0
  714. package/project/W/cronapp-rad-project/src/main/java/app/dao/ApplicationDAO.java +24 -0
  715. package/project/W/cronapp-rad-project/src/main/java/app/dao/ApplicationUserDAO.java +24 -0
  716. package/project/W/cronapp-rad-project/src/main/java/app/dao/AuditLogDAO.java +24 -0
  717. package/project/W/cronapp-rad-project/src/main/java/app/dao/DeviceDAO.java +24 -0
  718. package/project/W/cronapp-rad-project/src/main/java/app/dao/InvalidatedTokenDAO.java +24 -0
  719. package/project/W/cronapp-rad-project/src/main/java/app/dao/LoginDAO.java +24 -0
  720. package/project/W/cronapp-rad-project/src/main/java/app/dao/RoleDAO.java +24 -0
  721. package/project/W/cronapp-rad-project/src/main/java/app/dao/RoleSecurableDAO.java +24 -0
  722. package/project/W/cronapp-rad-project/src/main/java/app/dao/SecurableDAO.java +24 -0
  723. package/project/W/cronapp-rad-project/src/main/java/app/dao/UserDAO.java +24 -0
  724. package/project/W/cronapp-rad-project/src/main/java/app/dao/UserRoleDAO.java +24 -0
  725. package/project/W/cronapp-rad-project/src/main/java/app/dao/UserSecurableDAO.java +24 -0
  726. package/project/W/cronapp-rad-project/src/main/java/app/dao/ViewDAO.java +24 -0
  727. package/project/W/cronapp-rad-project/src/main/java/app/dao/__copydata.ftl +36 -0
  728. package/project/W/cronapp-rad-project/src/main/java/app/entity/Application.java +111 -0
  729. package/project/W/cronapp-rad-project/src/main/java/app/entity/ApplicationUser.java +139 -0
  730. package/project/W/cronapp-rad-project/src/main/java/app/entity/AuditLog.java +399 -0
  731. package/project/W/cronapp-rad-project/src/main/java/app/entity/Device.java +241 -0
  732. package/project/W/cronapp-rad-project/src/main/java/app/entity/InvalidatedToken.java +113 -0
  733. package/project/W/cronapp-rad-project/src/main/java/app/entity/Login.java +190 -0
  734. package/project/W/cronapp-rad-project/src/main/java/app/entity/Role.java +218 -0
  735. package/project/W/cronapp-rad-project/src/main/java/app/entity/RoleSecurable.java +139 -0
  736. package/project/W/cronapp-rad-project/src/main/java/app/entity/Securable.java +139 -0
  737. package/project/W/cronapp-rad-project/src/main/java/app/entity/User.java +565 -0
  738. package/project/W/cronapp-rad-project/src/main/java/app/entity/UserRole.java +139 -0
  739. package/project/W/cronapp-rad-project/src/main/java/app/entity/UserSecurable.java +139 -0
  740. package/project/W/cronapp-rad-project/src/main/java/app/entity/View.java +375 -0
  741. package/project/W/cronapp-rad-project/src/main/java/app/entity/__copydata.ftl +36 -0
  742. package/project/W/cronapp-rad-project/src/main/java/app/populate.json.ftl +976 -0
  743. package/project/W/cronapp-rad-project/src/main/java/auth/permission/SecurityPermission.java.ftl +56 -0
  744. package/project/W/cronapp-rad-project/src/main/java/blockly/Application.blockly +12 -0
  745. package/project/W/cronapp-rad-project/src/main/java/blockly/Application.java +30 -0
  746. package/project/W/cronapp-rad-project/src/main/java/blockly/RoleManager.blockly +60 -0
  747. package/project/W/cronapp-rad-project/src/main/java/blockly/RoleManager.java +61 -0
  748. package/project/W/cronapp-rad-project/src/main/java/blockly/UserControl.blockly +90 -0
  749. package/project/W/cronapp-rad-project/src/main/java/blockly/UserControl.java +55 -0
  750. package/project/W/cronapp-rad-project/src/main/java/blockly/UserManager.blockly +79 -0
  751. package/project/W/cronapp-rad-project/src/main/java/blockly/UserManager.java +76 -0
  752. package/project/W/cronapp-rad-project/src/main/java/blockly/__copydata.ftl +10 -0
  753. package/project/W/cronapp-rad-project/src/main/java/dashboards/.gitkeep +0 -0
  754. package/project/W/cronapp-rad-project/src/main/java/i18n/Messages.java +31 -0
  755. package/project/W/cronapp-rad-project/src/main/java/i18n/Messages_en_US.properties +57 -0
  756. package/project/W/cronapp-rad-project/src/main/java/i18n/Messages_pt_BR.properties +58 -0
  757. package/project/W/cronapp-rad-project/src/main/java/i18n/translate.string.ftl +1 -0
  758. package/project/W/cronapp-rad-project/src/main/java/reports/.gitkeep +0 -0
  759. package/project/W/cronapp-rad-project/src/main/java/social.properties +14 -0
  760. package/project/W/cronapp-rad-project/src/main/resources/__copydata.ftl +6 -0
  761. package/project/W/cronapp-rad-project/src/main/resources/application.properties.ftl +28 -0
  762. package/project/W/cronapp-rad-project/src/main/resources/assets/.gitkeep +0 -0
  763. package/project/W/cronapp-rad-project/src/main/resources/bpm/.gitkeep +0 -0
  764. package/project/W/cronapp-rad-project/src/main/resources/templates/__copydata.ftl +4 -0
  765. package/project/W/cronapp-rad-project/src/main/resources/templates/reset-password.ftlh +113 -0
  766. package/project/W/cronapp-rad-project/src/main/resources/templates/reset-password_pt_BR.ftlh +114 -0
  767. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/.bowerrc +4 -0
  768. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/__copydata.ftl +13 -0
  769. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/bower.json +30 -0
  770. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/components/.gitkeep +0 -0
  771. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/cronapp.json +1 -0
  772. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/css/app.css.ftl +0 -0
  773. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/frontboost/authentication.json.ftl +65 -0
  774. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/frontboost/authorization.json +154 -0
  775. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/i18n/locale_en_us.json +185 -0
  776. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/i18n/locale_pt_br.json +185 -0
  777. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/index.html.ftl +104 -0
  778. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/__copydata.ftl +6 -0
  779. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/MutualAuth.blockly +21 -0
  780. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/MutualAuth.blockly.js +38 -0
  781. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/UserControl.blockly +129 -0
  782. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/UserControl.blockly.js +63 -0
  783. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/__copydata.ftl +7 -0
  784. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/privacy/Cookies.blockly +458 -0
  785. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/privacy/Cookies.blockly.js +151 -0
  786. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/privacy/__copydata.ftl +4 -0
  787. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/custom.controllers.js +11 -0
  788. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/customModules.js +1 -0
  789. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/events.js +0 -0
  790. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/public/assets/app-logo-login.svg +39 -0
  791. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/__copydata.ftl +7 -0
  792. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/admin/__copydata.ftl +3 -0
  793. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/admin/auditlog.search.view.html +95 -0
  794. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/admin/role.view.html +99 -0
  795. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/admin/user.view.html +130 -0
  796. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/error/403.view.html +14 -0
  797. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/error/404.view.html +14 -0
  798. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/logged/__copydata.ftl +1 -0
  799. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/logged/home.view.html.ftl +89 -0
  800. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/logged/home2.view.html.ftl +162 -0
  801. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/login.view.html.ftl +197 -0
  802. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/__copydata.ftl +7 -0
  803. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/home.view.html.ftl +25 -0
  804. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/privacy/cookies.view.html +75 -0
  805. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/reset-password.view.html.ftl +30 -0
  806. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/signup.view.html +65 -0
  807. package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/__linksInherit +3 -0
  808. package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/components/.gitkeep +0 -0
  809. package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/cronapp.json +1 -0
  810. package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/index.html.ftl +79 -0
  811. package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/public/assets/app-logo-login.svg +39 -0
  812. package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/views/__linksInherit +1 -0
  813. package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/views/public/home.view.html.ftl +39 -0
  814. package/project/W/cronapp-rad-project/src/test/java/blockly/.gitkeep +0 -0
  815. package/project/W/cronapp-rad-project/template.properties +118 -0
  816. package/project/W/cronapp-rad-project/template_en_US.properties +34 -0
  817. package/project/W/cronapp-rad-project/template_pt_BR.properties +34 -0
  818. package/project/W/group.properties +5 -0
  819. package/project/W/web.png +0 -0
  820. package/templates/low-code/aquamarine.png +0 -0
  821. package/templates/low-code/cerulean.png +0 -0
  822. package/templates/low-code/cosmo.png +0 -0
  823. package/templates/low-code/cyborg.png +0 -0
  824. package/templates/low-code/darkly.png +0 -0
  825. package/templates/low-code/data-layer/BUSINESS.ftl +340 -0
  826. package/templates/low-code/data-layer/DAO.ftl +46 -0
  827. package/templates/low-code/data-layer/ENTITIES.ftl +391 -0
  828. package/templates/low-code/data-layer/ENTITIESPK.ftl +119 -0
  829. package/templates/low-code/data-layer/Job.java.ftl +59 -0
  830. package/templates/low-code/data-layer/REST.ftl +359 -0
  831. package/templates/low-code/data-layer/RESTAPPLICATION.ftl +76 -0
  832. package/templates/low-code/data-layer/RESTWebService.ftl +111 -0
  833. package/templates/low-code/data-layer/RESTWebServicePageExample.ftl +64 -0
  834. package/templates/low-code/data-layer/SecurityPermission.java.ftl +53 -0
  835. package/templates/low-code/data-layer/SpringBootMain.java.ftl +39 -0
  836. package/templates/low-code/data-layer/TEST.ftl +9 -0
  837. package/templates/low-code/data-layer/dropbox/DROPBOX_CONSTANTS.ftl +1 -0
  838. package/templates/low-code/data-layer/dropbox/DROPBOX_DELETE.ftl +1 -0
  839. package/templates/low-code/data-layer/dropbox/DROPBOX_GET.ftl +1 -0
  840. package/templates/low-code/data-layer/dropbox/DROPBOX_LIST.ftl +1 -0
  841. package/templates/low-code/data-layer/dropbox/DROPBOX_POST.ftl +20 -0
  842. package/templates/low-code/data-layer/dropbox/DROPBOX_PUT.ftl +21 -0
  843. package/templates/low-code/data-layer/template.properties +58 -0
  844. package/templates/low-code/dsgov.png +0 -0
  845. package/templates/low-code/flatly.png +0 -0
  846. package/templates/low-code/fuse.png +0 -0
  847. package/templates/low-code/journal.png +0 -0
  848. package/templates/low-code/krypton.png +0 -0
  849. package/templates/low-code/lumen.png +0 -0
  850. package/templates/low-code/material-round.png +0 -0
  851. package/templates/low-code/material.png +0 -0
  852. package/templates/low-code/nature.png +0 -0
  853. package/templates/low-code/paper.png +0 -0
  854. package/templates/low-code/readable.png +0 -0
  855. package/templates/low-code/sandstone.png +0 -0
  856. package/templates/low-code/simplex.png +0 -0
  857. package/templates/low-code/slate.png +0 -0
  858. package/templates/low-code/spacelab.png +0 -0
  859. package/templates/low-code/superhero.png +0 -0
  860. package/templates/low-code/united.png +0 -0
  861. package/templates/low-code/yeti.png +0 -0
  862. package/user/.code/User/keybindings.json +3 -0
  863. package/user/.code/User/settings.json +6 -0
@@ -0,0 +1,5 @@
1
+ <html>
2
+ <body>
3
+ <h2>Hello World!</h2>
4
+ </body>
5
+ </html>
@@ -0,0 +1,6 @@
1
+ icon=project.svg
2
+ name=Projeto Java Web Servlet
3
+ description=Template para criação de aplicação utilizando Java Web com Servlet
4
+ encoding=UTF-8
5
+ template.id=servlet
6
+ features=maven
@@ -0,0 +1,2 @@
1
+ name=Java SpringBoot Web Servlet
2
+ description=Template for creating application using Java Servlet technologies
@@ -0,0 +1,25 @@
1
+ /target/
2
+ !.mvn/wrapper/maven-wrapper.jar
3
+
4
+ ### STS ###
5
+ .apt_generated
6
+ .classpath
7
+ .factorypath
8
+ .project
9
+ .settings
10
+ .springBeans
11
+ .sts4-cache
12
+
13
+ ### IntelliJ IDEA ###
14
+ .idea
15
+ *.iws
16
+ *.iml
17
+ *.ipr
18
+
19
+ ### NetBeans ###
20
+ /nbproject/private/
21
+ /build/
22
+ /nbbuild/
23
+ /dist/
24
+ /nbdist/
25
+ /.nb-gradle/
@@ -0,0 +1 @@
1
+ {"version":"0.2.0","configurations":[{"type":"java","name":"Server","request":"launch","cwd":"${workspaceFolder}","console":"internalConsole","stopOnEntry":false,"mainClass":"com.mycompany.helloworld.HelloWorldApplication","args":"","projectName":"helloworld"}]}
@@ -0,0 +1,3 @@
1
+ # Sample Spring Boot Application #
2
+
3
+ This sample Spring Boot application
@@ -0,0 +1,225 @@
1
+ #!/bin/sh
2
+ # ----------------------------------------------------------------------------
3
+ # Licensed to the Apache Software Foundation (ASF) under one
4
+ # or more contributor license agreements. See the NOTICE file
5
+ # distributed with this work for additional information
6
+ # regarding copyright ownership. The ASF licenses this file
7
+ # to you under the Apache License, Version 2.0 (the
8
+ # "License"); you may not use this file except in compliance
9
+ # with the License. You may obtain a copy of the License at
10
+ #
11
+ # http://www.apache.org/licenses/LICENSE-2.0
12
+ #
13
+ # Unless required by applicable law or agreed to in writing,
14
+ # software distributed under the License is distributed on an
15
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ # KIND, either express or implied. See the License for the
17
+ # specific language governing permissions and limitations
18
+ # under the License.
19
+ # ----------------------------------------------------------------------------
20
+
21
+ # ----------------------------------------------------------------------------
22
+ # Maven2 Start Up Batch script
23
+ #
24
+ # Required ENV vars:
25
+ # ------------------
26
+ # JAVA_HOME - location of a JDK home dir
27
+ #
28
+ # Optional ENV vars
29
+ # -----------------
30
+ # M2_HOME - location of maven2's installed home dir
31
+ # MAVEN_OPTS - parameters passed to the Java VM when running Maven
32
+ # e.g. to debug Maven itself, use
33
+ # set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
34
+ # MAVEN_SKIP_RC - flag to disable loading of mavenrc files
35
+ # ----------------------------------------------------------------------------
36
+
37
+ if [ -z "$MAVEN_SKIP_RC" ] ; then
38
+
39
+ if [ -f /etc/mavenrc ] ; then
40
+ . /etc/mavenrc
41
+ fi
42
+
43
+ if [ -f "$HOME/.mavenrc" ] ; then
44
+ . "$HOME/.mavenrc"
45
+ fi
46
+
47
+ fi
48
+
49
+ # OS specific support. $var _must_ be set to either true or false.
50
+ cygwin=false;
51
+ darwin=false;
52
+ mingw=false
53
+ case "`uname`" in
54
+ CYGWIN*) cygwin=true ;;
55
+ MINGW*) mingw=true;;
56
+ Darwin*) darwin=true
57
+ # Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home
58
+ # See https://developer.apple.com/library/mac/qa/qa1170/_index.html
59
+ if [ -z "$JAVA_HOME" ]; then
60
+ if [ -x "/usr/libexec/java_home" ]; then
61
+ export JAVA_HOME="`/usr/libexec/java_home`"
62
+ else
63
+ export JAVA_HOME="/Library/Java/Home"
64
+ fi
65
+ fi
66
+ ;;
67
+ esac
68
+
69
+ if [ -z "$JAVA_HOME" ] ; then
70
+ if [ -r /etc/gentoo-release ] ; then
71
+ JAVA_HOME=`java-config --jre-home`
72
+ fi
73
+ fi
74
+
75
+ if [ -z "$M2_HOME" ] ; then
76
+ ## resolve links - $0 may be a link to maven's home
77
+ PRG="$0"
78
+
79
+ # need this for relative symlinks
80
+ while [ -h "$PRG" ] ; do
81
+ ls=`ls -ld "$PRG"`
82
+ link=`expr "$ls" : '.*-> \(.*\)$'`
83
+ if expr "$link" : '/.*' > /dev/null; then
84
+ PRG="$link"
85
+ else
86
+ PRG="`dirname "$PRG"`/$link"
87
+ fi
88
+ done
89
+
90
+ saveddir=`pwd`
91
+
92
+ M2_HOME=`dirname "$PRG"`/..
93
+
94
+ # make it fully qualified
95
+ M2_HOME=`cd "$M2_HOME" && pwd`
96
+
97
+ cd "$saveddir"
98
+ # echo Using m2 at $M2_HOME
99
+ fi
100
+
101
+ # For Cygwin, ensure paths are in UNIX format before anything is touched
102
+ if $cygwin ; then
103
+ [ -n "$M2_HOME" ] &&
104
+ M2_HOME=`cygpath --unix "$M2_HOME"`
105
+ [ -n "$JAVA_HOME" ] &&
106
+ JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
107
+ [ -n "$CLASSPATH" ] &&
108
+ CLASSPATH=`cygpath --path --unix "$CLASSPATH"`
109
+ fi
110
+
111
+ # For Migwn, ensure paths are in UNIX format before anything is touched
112
+ if $mingw ; then
113
+ [ -n "$M2_HOME" ] &&
114
+ M2_HOME="`(cd "$M2_HOME"; pwd)`"
115
+ [ -n "$JAVA_HOME" ] &&
116
+ JAVA_HOME="`(cd "$JAVA_HOME"; pwd)`"
117
+ # TODO classpath?
118
+ fi
119
+
120
+ if [ -z "$JAVA_HOME" ]; then
121
+ javaExecutable="`which javac`"
122
+ if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then
123
+ # readlink(1) is not available as standard on Solaris 10.
124
+ readLink=`which readlink`
125
+ if [ ! `expr "$readLink" : '\([^ ]*\)'` = "no" ]; then
126
+ if $darwin ; then
127
+ javaHome="`dirname \"$javaExecutable\"`"
128
+ javaExecutable="`cd \"$javaHome\" && pwd -P`/javac"
129
+ else
130
+ javaExecutable="`readlink -f \"$javaExecutable\"`"
131
+ fi
132
+ javaHome="`dirname \"$javaExecutable\"`"
133
+ javaHome=`expr "$javaHome" : '\(.*\)/bin'`
134
+ JAVA_HOME="$javaHome"
135
+ export JAVA_HOME
136
+ fi
137
+ fi
138
+ fi
139
+
140
+ if [ -z "$JAVACMD" ] ; then
141
+ if [ -n "$JAVA_HOME" ] ; then
142
+ if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
143
+ # IBM's JDK on AIX uses strange locations for the executables
144
+ JAVACMD="$JAVA_HOME/jre/sh/java"
145
+ else
146
+ JAVACMD="$JAVA_HOME/bin/java"
147
+ fi
148
+ else
149
+ JAVACMD="`which java`"
150
+ fi
151
+ fi
152
+
153
+ if [ ! -x "$JAVACMD" ] ; then
154
+ echo "Error: JAVA_HOME is not defined correctly." >&2
155
+ echo " We cannot execute $JAVACMD" >&2
156
+ exit 1
157
+ fi
158
+
159
+ if [ -z "$JAVA_HOME" ] ; then
160
+ echo "Warning: JAVA_HOME environment variable is not set."
161
+ fi
162
+
163
+ CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
164
+
165
+ # traverses directory structure from process work directory to filesystem root
166
+ # first directory with .mvn subdirectory is considered project base directory
167
+ find_maven_basedir() {
168
+
169
+ if [ -z "$1" ]
170
+ then
171
+ echo "Path not specified to find_maven_basedir"
172
+ return 1
173
+ fi
174
+
175
+ basedir="$1"
176
+ wdir="$1"
177
+ while [ "$wdir" != '/' ] ; do
178
+ if [ -d "$wdir"/.mvn ] ; then
179
+ basedir=$wdir
180
+ break
181
+ fi
182
+ # workaround for JBEAP-8937 (on Solaris 10/Sparc)
183
+ if [ -d "${wdir}" ]; then
184
+ wdir=`cd "$wdir/.."; pwd`
185
+ fi
186
+ # end of workaround
187
+ done
188
+ echo "${basedir}"
189
+ }
190
+
191
+ # concatenates all lines of a file
192
+ concat_lines() {
193
+ if [ -f "$1" ]; then
194
+ echo "$(tr -s '\n' ' ' < "$1")"
195
+ fi
196
+ }
197
+
198
+ BASE_DIR=`find_maven_basedir "$(pwd)"`
199
+ if [ -z "$BASE_DIR" ]; then
200
+ exit 1;
201
+ fi
202
+
203
+ export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:-"$BASE_DIR"}
204
+ echo $MAVEN_PROJECTBASEDIR
205
+ MAVEN_OPTS="$(concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config") $MAVEN_OPTS"
206
+
207
+ # For Cygwin, switch paths to Windows format before running java
208
+ if $cygwin; then
209
+ [ -n "$M2_HOME" ] &&
210
+ M2_HOME=`cygpath --path --windows "$M2_HOME"`
211
+ [ -n "$JAVA_HOME" ] &&
212
+ JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"`
213
+ [ -n "$CLASSPATH" ] &&
214
+ CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
215
+ [ -n "$MAVEN_PROJECTBASEDIR" ] &&
216
+ MAVEN_PROJECTBASEDIR=`cygpath --path --windows "$MAVEN_PROJECTBASEDIR"`
217
+ fi
218
+
219
+ WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
220
+
221
+ exec "$JAVACMD" \
222
+ $MAVEN_OPTS \
223
+ -classpath "$MAVEN_PROJECTBASEDIR/.mvn/wrapper/maven-wrapper.jar" \
224
+ "-Dmaven.home=${M2_HOME}" "-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR}" \
225
+ ${WRAPPER_LAUNCHER} $MAVEN_CONFIG "$@"
@@ -0,0 +1,143 @@
1
+ @REM ----------------------------------------------------------------------------
2
+ @REM Licensed to the Apache Software Foundation (ASF) under one
3
+ @REM or more contributor license agreements. See the NOTICE file
4
+ @REM distributed with this work for additional information
5
+ @REM regarding copyright ownership. The ASF licenses this file
6
+ @REM to you under the Apache License, Version 2.0 (the
7
+ @REM "License"); you may not use this file except in compliance
8
+ @REM with the License. You may obtain a copy of the License at
9
+ @REM
10
+ @REM http://www.apache.org/licenses/LICENSE-2.0
11
+ @REM
12
+ @REM Unless required by applicable law or agreed to in writing,
13
+ @REM software distributed under the License is distributed on an
14
+ @REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
+ @REM KIND, either express or implied. See the License for the
16
+ @REM specific language governing permissions and limitations
17
+ @REM under the License.
18
+ @REM ----------------------------------------------------------------------------
19
+
20
+ @REM ----------------------------------------------------------------------------
21
+ @REM Maven2 Start Up Batch script
22
+ @REM
23
+ @REM Required ENV vars:
24
+ @REM JAVA_HOME - location of a JDK home dir
25
+ @REM
26
+ @REM Optional ENV vars
27
+ @REM M2_HOME - location of maven2's installed home dir
28
+ @REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
29
+ @REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending
30
+ @REM MAVEN_OPTS - parameters passed to the Java VM when running Maven
31
+ @REM e.g. to debug Maven itself, use
32
+ @REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
33
+ @REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files
34
+ @REM ----------------------------------------------------------------------------
35
+
36
+ @REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on'
37
+ @echo off
38
+ @REM enable echoing my setting MAVEN_BATCH_ECHO to 'on'
39
+ @if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO%
40
+
41
+ @REM set %HOME% to equivalent of $HOME
42
+ if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%")
43
+
44
+ @REM Execute a user defined script before this one
45
+ if not "%MAVEN_SKIP_RC%" == "" goto skipRcPre
46
+ @REM check for pre script, once with legacy .bat ending and once with .cmd ending
47
+ if exist "%HOME%\mavenrc_pre.bat" call "%HOME%\mavenrc_pre.bat"
48
+ if exist "%HOME%\mavenrc_pre.cmd" call "%HOME%\mavenrc_pre.cmd"
49
+ :skipRcPre
50
+
51
+ @setlocal
52
+
53
+ set ERROR_CODE=0
54
+
55
+ @REM To isolate internal variables from possible post scripts, we use another setlocal
56
+ @setlocal
57
+
58
+ @REM ==== START VALIDATION ====
59
+ if not "%JAVA_HOME%" == "" goto OkJHome
60
+
61
+ echo.
62
+ echo Error: JAVA_HOME not found in your environment. >&2
63
+ echo Please set the JAVA_HOME variable in your environment to match the >&2
64
+ echo location of your Java installation. >&2
65
+ echo.
66
+ goto error
67
+
68
+ :OkJHome
69
+ if exist "%JAVA_HOME%\bin\java.exe" goto init
70
+
71
+ echo.
72
+ echo Error: JAVA_HOME is set to an invalid directory. >&2
73
+ echo JAVA_HOME = "%JAVA_HOME%" >&2
74
+ echo Please set the JAVA_HOME variable in your environment to match the >&2
75
+ echo location of your Java installation. >&2
76
+ echo.
77
+ goto error
78
+
79
+ @REM ==== END VALIDATION ====
80
+
81
+ :init
82
+
83
+ @REM Find the project base dir, i.e. the directory that contains the folder ".mvn".
84
+ @REM Fallback to current working directory if not found.
85
+
86
+ set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR%
87
+ IF NOT "%MAVEN_PROJECTBASEDIR%"=="" goto endDetectBaseDir
88
+
89
+ set EXEC_DIR=%CD%
90
+ set WDIR=%EXEC_DIR%
91
+ :findBaseDir
92
+ IF EXIST "%WDIR%"\.mvn goto baseDirFound
93
+ cd ..
94
+ IF "%WDIR%"=="%CD%" goto baseDirNotFound
95
+ set WDIR=%CD%
96
+ goto findBaseDir
97
+
98
+ :baseDirFound
99
+ set MAVEN_PROJECTBASEDIR=%WDIR%
100
+ cd "%EXEC_DIR%"
101
+ goto endDetectBaseDir
102
+
103
+ :baseDirNotFound
104
+ set MAVEN_PROJECTBASEDIR=%EXEC_DIR%
105
+ cd "%EXEC_DIR%"
106
+
107
+ :endDetectBaseDir
108
+
109
+ IF NOT EXIST "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" goto endReadAdditionalConfig
110
+
111
+ @setlocal EnableExtensions EnableDelayedExpansion
112
+ for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a
113
+ @endlocal & set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS%
114
+
115
+ :endReadAdditionalConfig
116
+
117
+ SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
118
+
119
+ set WRAPPER_JAR="%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.jar"
120
+ set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
121
+
122
+ %MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %WRAPPER_JAR% "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" %WRAPPER_LAUNCHER% %MAVEN_CONFIG% %*
123
+ if ERRORLEVEL 1 goto error
124
+ goto end
125
+
126
+ :error
127
+ set ERROR_CODE=1
128
+
129
+ :end
130
+ @endlocal & set ERROR_CODE=%ERROR_CODE%
131
+
132
+ if not "%MAVEN_SKIP_RC%" == "" goto skipRcPost
133
+ @REM check for post script, once with legacy .bat ending and once with .cmd ending
134
+ if exist "%HOME%\mavenrc_post.bat" call "%HOME%\mavenrc_post.bat"
135
+ if exist "%HOME%\mavenrc_post.cmd" call "%HOME%\mavenrc_post.cmd"
136
+ :skipRcPost
137
+
138
+ @REM pause the script if MAVEN_BATCH_PAUSE is set to 'on'
139
+ if "%MAVEN_BATCH_PAUSE%" == "on" pause
140
+
141
+ if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE%
142
+
143
+ exit /B %ERROR_CODE%
@@ -0,0 +1,50 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
+ <modelVersion>4.0.0</modelVersion>
5
+
6
+ <groupId>com.mycompany</groupId>
7
+ <artifactId>helloworld</artifactId>
8
+ <version>0.0.1-SNAPSHOT</version>
9
+ <packaging>jar</packaging>
10
+
11
+ <name>helloworld</name>
12
+ <description>Demo project for Spring Boot</description>
13
+
14
+ <parent>
15
+ <groupId>org.springframework.boot</groupId>
16
+ <artifactId>spring-boot-starter-parent</artifactId>
17
+ <version>2.0.6.RELEASE</version>
18
+ <relativePath/> <!-- lookup parent from repository -->
19
+ </parent>
20
+
21
+ <properties>
22
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
24
+ <java.version>1.8</java.version>
25
+ </properties>
26
+
27
+ <dependencies>
28
+ <dependency>
29
+ <groupId>org.springframework.boot</groupId>
30
+ <artifactId>spring-boot-starter-web</artifactId>
31
+ </dependency>
32
+
33
+ <dependency>
34
+ <groupId>org.springframework.boot</groupId>
35
+ <artifactId>spring-boot-starter-test</artifactId>
36
+ <scope>test</scope>
37
+ </dependency>
38
+ </dependencies>
39
+
40
+ <build>
41
+ <plugins>
42
+ <plugin>
43
+ <groupId>org.springframework.boot</groupId>
44
+ <artifactId>spring-boot-maven-plugin</artifactId>
45
+ </plugin>
46
+ </plugins>
47
+ </build>
48
+
49
+
50
+ </project>
@@ -0,0 +1 @@
1
+ <svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 84"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#ed1c24;}.cls-3{isolation:isolate;}.cls-4{fill:#ff6804;}.cls-5{fill:#68bd45;}.cls-6{fill:gray;}</style></defs><title>project</title><rect class="cls-1" width="140" height="84" rx="4" ry="4"/><path id="path14" class="cls-2" d="M115.56,56.39c0,.11-.27.26-.35.32a1.1,1.1,0,0,1-1.35,0,.86.86,0,0,1,.13-1.27,1.64,1.64,0,0,1,.72-.2,6.09,6.09,0,0,1,.85,0Zm-2.69-3.48.16.61c.26-.06.42-.15.81-.23a3.14,3.14,0,0,1,1,0,.69.69,0,0,1,.63.41,1.43,1.43,0,0,1,.11.43v.49l-1.14.09c-1,.13-1.94.65-1.79,1.87a1.25,1.25,0,0,0,1.27,1.2,1.79,1.79,0,0,0,1-.15,2.25,2.25,0,0,0,.41-.21,2.38,2.38,0,0,0,.34-.27l.11.52h.78c0-.16,0-2.1,0-2.32V54.13a1.65,1.65,0,0,0-.21-1c-.53-.85-1.69-.81-2.65-.58a3.67,3.67,0,0,0-.85.31"/><path id="path16" class="cls-2" d="M125,56.45l-.21.17A1.81,1.81,0,0,1,124,57a.81.81,0,0,1-.79-1.25c.29-.49,1.24-.46,1.8-.46Zm-2.68-3.54a2.87,2.87,0,0,0,.16.61c.15,0,.47-.16.82-.23.51-.1,1.35-.19,1.59.36a1.9,1.9,0,0,1,.11.92,3.25,3.25,0,0,1-.57,0,3.56,3.56,0,0,0-1.52.34,1.46,1.46,0,0,0-.84,1.59,1.26,1.26,0,0,0,1.27,1.19,2.1,2.1,0,0,0,1.45-.36,2.38,2.38,0,0,0,.34-.27l.1.52H126V54.13a1.77,1.77,0,0,0-.2-1c-.52-.84-1.71-.78-2.65-.57a3.05,3.05,0,0,0-.85.31"/><path id="path18" class="cls-2" d="M118.77,57.63H120s.13-.21.16-.26a2.39,2.39,0,0,1,.13-.28c.08-.19.16-.4.23-.59a22.79,22.79,0,0,0,.76-2.56c0-.21.3-1.22.3-1.36h-1c-.2,0-.12,0-.17.39a10.74,10.74,0,0,1-.26,1.28,24.07,24.07,0,0,1-.71,2.32l-.27-1-.3-1-.47-1.48c0-.17-.1-.35-.16-.5H117.2c0,.09.73,2.37.78,2.53.14.43.27.83.4,1.25s.27.86.39,1.27"/><path id="path20" class="cls-2" d="M110.76,52.47v4.38a2,2,0,0,1-1.08,2c0,.1.4.46.49.6A2.23,2.23,0,0,0,111,59a2.6,2.6,0,0,0,.55-.75,5.11,5.11,0,0,0,.29-2.3c0-1.73,0-3.45,0-5.18-.13,0-.88,0-1.09,0v1.7"/><g class="cls-3"><path d="M102.19,43.12a1.94,1.94,0,0,1,0,.34c0,.14,0,.26-.07.4l-.81,3.89H99.55l.63-3,.11-.6a3.31,3.31,0,0,0,0-.46.64.64,0,0,0-.16-.47.78.78,0,0,0-.53-.14,1.06,1.06,0,0,0-.42.1,3.51,3.51,0,0,0-.56.3l-.88,4.24H96.05l.63-3c0-.19.07-.37.12-.56a2.22,2.22,0,0,0,0-.46.6.6,0,0,0-.14-.46.72.72,0,0,0-.53-.14,1.1,1.1,0,0,0-.44.11,5.81,5.81,0,0,0-.56.28l-.88,4.24H92.58l1.23-6h1.71l-.09.67a6.33,6.33,0,0,1,.95-.6,2,2,0,0,1,.9-.21,1.53,1.53,0,0,1,.88.26,1.47,1.47,0,0,1,.51.76,7.78,7.78,0,0,1,1.14-.78,1.86,1.86,0,0,1,1-.26,1.44,1.44,0,0,1,1.07.39A1.63,1.63,0,0,1,102.19,43.12Z"/></g><g class="cls-3"><path class="cls-4" d="M105.81,47.22l-.35.23a3,3,0,0,1-.37.21,2.22,2.22,0,0,1-.44.14,4,4,0,0,1-.58,0,1.38,1.38,0,0,1-.95-.32,1.08,1.08,0,0,1-.37-.86,1.79,1.79,0,0,1,.25-.95,2,2,0,0,1,.79-.62,5,5,0,0,1,1.16-.33c.44-.07.93-.11,1.46-.14a.2.2,0,0,1,0-.09c0-.05,0-.07,0-.14a.42.42,0,0,0-.28-.42,2.54,2.54,0,0,0-.84-.11,3.72,3.72,0,0,0-.83.11l-.67.21h-.14l.23-1.11c.19,0,.44-.09.81-.16a8.3,8.3,0,0,1,1.11-.09,3.64,3.64,0,0,1,1.62.27A1,1,0,0,1,108,44a.86.86,0,0,1,0,.21.56.56,0,0,1,0,.23l-.74,3.19h-1.5Zm.39-1.74-.76.07a2,2,0,0,0-.61.14,1,1,0,0,0-.39.25.7.7,0,0,0-.14.44.38.38,0,0,0,.19.35,1,1,0,0,0,.51.09,1.3,1.3,0,0,0,.48-.09c.16-.07.33-.16.49-.25Z"/></g><path d="M114.33,43l-2.89,4.7h-1.72L109,43h1.56l.34,3.24L112.71,43Z"/><path d="M116.79,47.84a2.9,2.9,0,0,1-1.86-.53,1.75,1.75,0,0,1-.65-1.46,3.29,3.29,0,0,1,.21-1.18,2.82,2.82,0,0,1,.63-1,3,3,0,0,1,1-.63,3.35,3.35,0,0,1,1.28-.23,2.49,2.49,0,0,1,1.57.42,1.5,1.5,0,0,1,.53,1.25,5.46,5.46,0,0,1,0,.56l-.14.53h-3.5v.09a1,1,0,0,0,.35.77,1.68,1.68,0,0,0,1,.27,2.4,2.4,0,0,0,.93-.16,3.59,3.59,0,0,0,.76-.37H119l-.27,1.2a4.62,4.62,0,0,1-.93.31A5,5,0,0,1,116.79,47.84Zm1.15-3.08s0-.09,0-.14v-.14a.62.62,0,0,0-.21-.51.91.91,0,0,0-.6-.18,1.31,1.31,0,0,0-.79.25,1.67,1.67,0,0,0-.49.7h2.06Z"/><path d="M125.33,44.07a1.23,1.23,0,0,1,0,.27,1.12,1.12,0,0,1,0,.31l-.69,3.05H123l.53-2.34c.05-.16.07-.32.1-.44a1.94,1.94,0,0,0,0-.34.49.49,0,0,0-.14-.4c-.09-.09-.25-.11-.51-.11a1.46,1.46,0,0,0-.42.07,3.15,3.15,0,0,0-.53.23l-.76,3.33h-1.51l1.09-4.7h1.51l-.12.51a5.58,5.58,0,0,1,.86-.49,2,2,0,0,1,.83-.16,1.51,1.51,0,0,1,1,.3A1.19,1.19,0,0,1,125.33,44.07Z"/><path class="cls-5" d="M55,39.6,46.65,25.08a5.08,5.08,0,0,0-4-2.3H25.91a5.14,5.14,0,0,0-4,2.29L13.55,39.6a5.06,5.06,0,0,0,0,4.58l8.38,14.53a5.1,5.1,0,0,0,4,2.29H42.68a5.12,5.12,0,0,0,4-2.29L55,44.18A5.06,5.06,0,0,0,55,39.6ZM32.48,30.81a1.73,1.73,0,1,1,3.46-.12V41.14a1.73,1.73,0,1,1-3.46.12V30.81Zm1.73,22.05a11.72,11.72,0,0,1-7-21.12,1.53,1.53,0,1,1,1.83,2.46,8.65,8.65,0,1,0,10.3,0,1.54,1.54,0,0,1,1.81-2.49h0a11.72,11.72,0,0,1-6.95,21.16Z"/><path class="cls-6" d="M61.06,34.7a4.34,4.34,0,0,0,2.18.61c1.24,0,2-.65,2-1.6s-.51-1.39-1.78-1.88C61.9,31.29,61,30.49,61,29.17c0-1.47,1.21-2.56,3-2.56a4.34,4.34,0,0,1,2.08.46l-.33,1A3.89,3.89,0,0,0,64,27.62c-1.28,0-1.77.77-1.77,1.41,0,.88.57,1.31,1.87,1.81,1.59.62,2.4,1.39,2.4,2.77s-1.08,2.71-3.3,2.71a5,5,0,0,1-2.4-.6Z"/><path class="cls-6" d="M68.07,31.63c0-.87,0-1.57-.06-2.21h1.11l0,1.16h0a2.64,2.64,0,0,1,2.4-1.31c1.63,0,2.86,1.38,2.86,3.43,0,2.43-1.48,3.63-3.07,3.63a2.38,2.38,0,0,1-2.08-1.06h0v3.67H68.07Zm1.21,1.8a2.54,2.54,0,0,0,.06.5,1.89,1.89,0,0,0,1.84,1.44c1.3,0,2-1.06,2-2.61,0-1.36-.71-2.52-2-2.52a2,2,0,0,0-1.85,1.52,2.18,2.18,0,0,0-.09.51Z"/><path class="cls-6" d="M76,31.53c0-.8,0-1.48-.05-2.11H77l0,1.33h.06A2,2,0,0,1,79,29.27a1.25,1.25,0,0,1,.35,0v1.16A1.67,1.67,0,0,0,77.28,32a3.36,3.36,0,0,0,0,.57v3.61H76Z"/><path class="cls-6" d="M82,27.52a.76.76,0,0,1-1.52,0,.75.75,0,0,1,.77-.77A.73.73,0,0,1,82,27.52Zm-1.37,8.66V29.42h1.23v6.76Z"/><path class="cls-6" d="M83.9,31.25c0-.7,0-1.27-.06-1.83h1.09L85,30.54h0a2.47,2.47,0,0,1,2.23-1.27c.94,0,2.39.55,2.39,2.87v4H88.42v-3.9c0-1.09-.4-2-1.56-2a1.76,1.76,0,0,0-1.65,1.26,1.64,1.64,0,0,0-.08.57v4.07H83.9Z"/><path class="cls-6" d="M97.47,29.42c0,.49-.06,1-.06,1.86V35.2c0,1.55-.3,2.5-1,3.09a3.61,3.61,0,0,1-2.46.8,4.41,4.41,0,0,1-2.25-.55l.31-.94a3.82,3.82,0,0,0,2,.53c1.26,0,2.18-.65,2.18-2.36V35h0A2.4,2.4,0,0,1,94,36.15a3,3,0,0,1-2.87-3.3c0-2.29,1.49-3.58,3-3.58a2.25,2.25,0,0,1,2.11,1.17h0l0-1ZM96.2,32.09a1.91,1.91,0,0,0-.07-.56,1.79,1.79,0,0,0-1.72-1.3c-1.17,0-2,1-2,2.55,0,1.33.67,2.43,2,2.43A1.8,1.8,0,0,0,96.1,34a2.16,2.16,0,0,0,.1-.66Z"/><path class="cls-6" d="M99.49,26.89a12,12,0,0,1,2.22-.19,3.89,3.89,0,0,1,2.58.68,2,2,0,0,1,.79,1.66,2.23,2.23,0,0,1-1.6,2.07v0a2.41,2.41,0,0,1,1.94,2.36,2.54,2.54,0,0,1-.79,1.88,4.74,4.74,0,0,1-3.25.88,13.69,13.69,0,0,1-1.89-.11Zm1.22,3.86h1.1c1.28,0,2-.67,2-1.58,0-1.11-.84-1.54-2.07-1.54a4.46,4.46,0,0,0-1.07.09Zm0,4.5a5.42,5.42,0,0,0,1,.06c1.26,0,2.42-.46,2.42-1.83s-1.1-1.81-2.43-1.81h-1Z"/><path class="cls-6" d="M113.19,32.74a3.3,3.3,0,0,1-3.37,3.59,3.21,3.21,0,0,1-3.24-3.48,3.29,3.29,0,0,1,3.35-3.58A3.2,3.2,0,0,1,113.19,32.74Zm-5.36.07c0,1.48.85,2.6,2,2.6s2.05-1.1,2.05-2.63c0-1.14-.57-2.59-2-2.59S107.83,31.53,107.83,32.81Z"/><path class="cls-6" d="M120.85,32.74a3.3,3.3,0,0,1-3.36,3.59,3.21,3.21,0,0,1-3.24-3.48,3.29,3.29,0,0,1,3.35-3.58A3.2,3.2,0,0,1,120.85,32.74Zm-5.36.07c0,1.48.85,2.6,2.05,2.6s2-1.1,2-2.63c0-1.14-.57-2.59-2-2.59S115.49,31.53,115.49,32.81Z"/><path class="cls-6" d="M123.88,27.48v1.94h1.76v.93h-1.76V34c0,.84.24,1.31.92,1.31a2.82,2.82,0,0,0,.71-.08l.06.92a3,3,0,0,1-1.09.17,1.74,1.74,0,0,1-1.33-.52,2.49,2.49,0,0,1-.47-1.76V30.35h-1.05v-.93h1.05V27.8Z"/></svg>
@@ -0,0 +1,12 @@
1
+ package com.mycompany.helloworld;
2
+
3
+ import org.springframework.boot.SpringApplication;
4
+ import org.springframework.boot.autoconfigure.SpringBootApplication;
5
+
6
+ @SpringBootApplication
7
+ public class HelloWorldApplication {
8
+
9
+ public static void main(String[] args) {
10
+ SpringApplication.run(HelloWorldApplication.class, args);
11
+ }
12
+ }
@@ -0,0 +1,6 @@
1
+ icon=project.svg
2
+ name=Projeto Java Web SpringBoot
3
+ description=Template para criação de aplicação utilizando Java Web com SpringBoot
4
+ encoding=UTF-8
5
+ template.id=spring-boot
6
+ features=maven|springboot
@@ -0,0 +1,2 @@
1
+ name=Java SpringBoot Web Project
2
+ description=Template for creating application using Java SpringBoot technologies
@@ -0,0 +1,4 @@
1
+ name=l
2
+ description=Lyceum
3
+ encoding=UTF-8
4
+ icon=microservices.png
Binary file
@@ -0,0 +1,32 @@
1
+ <svg id="Agrupar_1" data-name="Agrupar 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="140" height="84" viewBox="0 0 140 84">
2
+ <defs>
3
+ <style>
4
+ .cls-1 {
5
+ stroke-width: 1px;
6
+ fill: url(#linear-gradient);
7
+ stroke: url(#linear-gradient-2);
8
+ }
9
+
10
+ .cls-1, .cls-2 {
11
+ fill-rule: evenodd;
12
+ }
13
+
14
+ .cls-2 {
15
+ fill: none;
16
+ stroke: #f9d300;
17
+ stroke-width: 2px;
18
+ }
19
+ </style>
20
+ <linearGradient id="linear-gradient" x1="70" y1="84" x2="70" gradientUnits="userSpaceOnUse">
21
+ <stop offset="0" stop-color="#d2d2d2"/>
22
+ <stop offset="1" stop-color="#fff"/>
23
+ </linearGradient>
24
+ <linearGradient id="linear-gradient-2" x1="70" y1="84" x2="70" gradientUnits="userSpaceOnUse">
25
+ <stop offset="0"/>
26
+ <stop offset="1" stop-color="#fff"/>
27
+ </linearGradient>
28
+ </defs>
29
+ <path id="Retângulo_1" data-name="Retângulo 1" class="cls-1" d="M5.992,0H134.008a6,6,0,0,1,6,6V78a6,6,0,0,1-6,6H5.992a6,6,0,0,1-6-6V6A6,6,0,0,1,5.992,0Z"/>
30
+ <image id="analysis" x="78" y="26" width="33" height="33" xlink:href="data:img/png;base64,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"/>
31
+ <path id="Forma_1" data-name="Forma 1" class="cls-2" d="M33.811,56.445l8.677-7.19,8.677-1.736-6.2-19.338,7.438,8.182-2.479-8.182L63.81,44.3l7.934-1.983,3.471,7.438-6.446-3.223-6.2,11.4-12.4-5.206Z"/>
32
+ </svg>
@@ -0,0 +1,7 @@
1
+ name=Lyceum - Report Customization
2
+ description=A tool to customize the reports for Lyceum
3
+
4
+ icon=project.svg
5
+
6
+ parameter.page.1.string.0.lyceumReportsApiUrl=https://api.lyceum.cloud/relatorio
7
+ parameter.page.1.string.1.lyceumReportsApiKey=<Insira a chave da Api Lyceum>
@@ -0,0 +1,5 @@
1
+ name=Lyceum - Custom Reports
2
+ description=A web application for Lyceum reports customization
3
+
4
+ parameter.page.1.string.0.lyceumReportsApiUrl=Lyceum API Endpoint
5
+ parameter.page.1.string.1.lyceumReportsApiKey=Lyceum API Key
@@ -0,0 +1,5 @@
1
+ name=Lyceum - Personalizacão de Relatórios
2
+ description=Uma aplicação web para a personalização de relatórios do Lyceum
3
+
4
+ parameter.page.1.string.0.lyceumReportsApiUrl=Endereço da API do Lyceum
5
+ parameter.page.1.string.1.lyceumReportsApiKey=Credencial de acesso à API do Lyceum
@@ -0,0 +1,29 @@
1
+ <#if ((backend?lower_case) == "true" && (frontend?lower_case) == "true") || (backend?lower_case) == "true" >
2
+ path=/config
3
+ path=/diagram
4
+ path=/src
5
+ path=/docs
6
+ file=.gitignore.ftl
7
+ file=pom.xml.ftl
8
+ file=project.png
9
+ file=README.md
10
+ file=spring-boot.png
11
+ </#if>
12
+ <#if (backend?lower_case) == "false" && (frontend?lower_case) == "true" >
13
+ path=/src
14
+ path=/docs
15
+ file=.gitignore.ftl
16
+ file=pom.xml.ftl
17
+ file=project.png
18
+ file=README.md
19
+ file=spring-boot.png
20
+ </#if>
21
+ <#if (backend?lower_case) == "false" && (frontend?lower_case) == "false" >
22
+ path=/src/main/mobileapp
23
+ path=/docs
24
+ file=.gitignore.ftl
25
+ file=pom.xml.ftl
26
+ file=project.png
27
+ file=README.md
28
+ file=spring-boot.png
29
+ </#if>
@@ -0,0 +1,8 @@
1
+ ../../project/W/cronapp-rad-project/config
2
+ ../../project/W/cronapp-rad-project/docs
3
+ ../../project/W/cronapp-rad-project/diagram
4
+ ../../project/W/cronapp-rad-project/Jenkinsfile
5
+ ../../project/W/cronapp-rad-project/pom.xml.ftl
6
+ ../../project/W/cronapp-rad-project/.gitignore.ftl
7
+ ../../project/W/cronapp-rad-project/README.md
8
+ ../../project/M/cronapp-rad-project-mobile-cordova/src