@cronapp/templates 2.9.4-SP.9 → 2.9.5

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 (43) hide show
  1. package/package.json +1 -1
  2. package/project/P/django/.vscode/launch.json +1 -1
  3. package/project/P/django/requirements.txt +1 -1
  4. package/project/P/flask/requirements.txt +1 -1
  5. package/project/P/scientific/requirements.txt +1 -1
  6. package/project/S/business-service/README.md +24 -0
  7. package/project/S/business-service/__linksInherit +1 -0
  8. package/project/S/business-service/project.svg +452 -0
  9. package/project/S/business-service/src/main/java/blockly/HelloWorld.blockly +12 -0
  10. package/project/S/business-service/src/main/java/blockly/HelloWorld.java +38 -0
  11. package/project/S/business-service/src/main/java/blockly/HelloWorld.map +1 -0
  12. package/project/S/business-service/template.properties +78 -0
  13. package/project/S/business-service/template_en_US.properties +5 -0
  14. package/project/S/business-service/template_pt_BR.properties +4 -0
  15. package/project/S/group.properties +4 -0
  16. package/project/S/microservices.png +0 -0
  17. package/project/W/cronapp-rad-project/__copydata.ftl +6 -1
  18. package/project/W/cronapp-rad-project/config/__copydata.ftl +2 -0
  19. package/project/W/cronapp-rad-project/config/app.config.ftl +9 -0
  20. package/project/W/cronapp-rad-project/diagram/__copydata.ftl +1 -1
  21. package/project/W/cronapp-rad-project/pom.xml.ftl +2 -0
  22. package/project/W/cronapp-rad-project/src/main/__copydata.ftl +2 -2
  23. package/project/W/cronapp-rad-project/src/main/java/META-INF/__copydata.ftl +2 -2
  24. package/project/W/cronapp-rad-project/src/main/java/META-INF/customQuery.json.ftl +1 -1
  25. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/__copydata.ftl +1 -1
  26. package/project/W/cronapp-rad-project/src/main/java/META-INF/persistence.xml.ftl +1 -1
  27. package/project/W/cronapp-rad-project/src/main/java/SpringBootMain.java.ftl +4 -3
  28. package/project/W/cronapp-rad-project/src/main/java/__copydata.ftl +12 -8
  29. package/project/W/cronapp-rad-project/src/main/java/app/AppConfiguration.java.ftl +1 -1
  30. package/project/W/cronapp-rad-project/src/main/java/app/__copydata.ftl +1 -1
  31. package/project/W/cronapp-rad-project/src/main/java/app/dao/__copydata.ftl +1 -1
  32. package/project/W/cronapp-rad-project/src/main/java/app/entity/__copydata.ftl +1 -1
  33. package/project/W/cronapp-rad-project/src/main/java/app/populate.json.ftl +4 -0
  34. package/project/W/cronapp-rad-project/src/main/java/blockly/__copydata.ftl +10 -0
  35. package/project/W/cronapp-rad-project/src/main/resources/__copydata.ftl +4 -0
  36. package/project/W/cronapp-rad-project/src/main/resources/{application.properties → application.properties.ftl} +2 -1
  37. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/signup.view.html +1 -1
  38. package/project/W/cronapp-rad-project/template.properties +2 -0
  39. package/project/W/cronapp-rad-project/template_en_US.properties +2 -0
  40. package/project/W/cronapp-rad-project/template_pt_BR.properties +2 -0
  41. package/templates/low-code/krypton-thumb.png +0 -0
  42. package/templates/low-code/material-round.png +0 -0
  43. /package/project/P/django/{manage.py → main.py} +0 -0
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@cronapp/templates",
3
- "version": "2.9.4-SP.9",
3
+ "version": "2.9.5",
4
4
  "cronapp-ide-minimum-version": "2.5.0"
5
5
  }
@@ -8,7 +8,7 @@
8
8
  "name": "Python: Django",
9
9
  "type": "python",
10
10
  "request": "launch",
11
- "program": "${workspaceFolder}/manage.py",
11
+ "program": "${workspaceFolder}/main.py",
12
12
  "console": "none",
13
13
  "args": [
14
14
  "runserver",
@@ -2,5 +2,5 @@ click==6.7
2
2
  Django==2.1.2
3
3
  itsdangerous==0.24
4
4
  Jinja2==2.10
5
- MarkupSafe==1.0
5
+ MarkupSafe==1.1.1
6
6
  Werkzeug==0.14.1
@@ -2,5 +2,5 @@ click==6.7
2
2
  Flask==1.0.2
3
3
  itsdangerous==0.24
4
4
  Jinja2==2.10
5
- MarkupSafe==1.0
5
+ MarkupSafe==1.1.1
6
6
  Werkzeug==0.14.1
@@ -1,2 +1,2 @@
1
1
  numpy==1.19.2
2
- scipy==1.5.2
2
+ scipy==1.5.4
@@ -0,0 +1,24 @@
1
+ # Introdução
2
+
3
+ Esta é uma aplicação criada com o CronApp IDE.
4
+
5
+ ## Pré-Requisitos
6
+
7
+ 1. CronApp IDE
8
+
9
+ ## Como rodar com o CronApp
10
+
11
+ 1. Crie um projeto do tipo Web na categoria Low-Code no CronApp IDE (www.cronapp.io)
12
+ 2. Digite o nome desejado para o projeto e escolha que o projeto está em um controle de versão
13
+ 3. Clique em Finalizar
14
+ 4. Aguarde a preparação do ambiente
15
+ 3. Ao ser apresentado as informações sobre o Controle de Versão, escoha git
16
+ 4. Preencha com a url de clone deste repositório
17
+ 5. Preencha seu usuário e senha do git
18
+ 6. Clique Importar
19
+ 7. Aceite as atualizações de bibliotecas sugeridas pela IDE
20
+ 8. Para rodar, vá em Executar > Rodar
21
+
22
+ ## Referências
23
+
24
+ [CronApp IDE](http://www.cronapp.io/)
@@ -0,0 +1 @@
1
+ ../../project/W/cronapp-rad-project/.
@@ -0,0 +1,452 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 588 354" style="enable-background:new 0 0 588 354;" xml:space="preserve"
5
+ width="140px" height="84px" >
6
+ <style type="text/css">
7
+ .st0{fill:#E0E0DF;}
8
+ .st1{fill:#FFFFFF;}
9
+ .st2{fill:#F5F5F5;}
10
+ .st3{fill:#DCD1E6;}
11
+ .st4{fill:#40A5CB;}
12
+ .st5{fill:#259AD3;}
13
+ .st6{fill:#001944;}
14
+ .st7{fill:#D389B4;}
15
+ .st8{fill:#C65897;}
16
+ .st9{fill:#E6BCB4;}
17
+ .st10{fill:#D99595;}
18
+ .st11{fill:#ECC530;}
19
+ .st12{opacity:0.5;clip-path:url(#SVGID_00000057131716571849824560000018368024863662152321_);}
20
+ .st13{fill:#6F5C9D;}
21
+ .st14{fill:#5C4A92;}
22
+ .st15{opacity:0.5;clip-path:url(#SVGID_00000078751103671225612660000016130330655477888642_);}
23
+ .st16{fill:#C03A8A;}
24
+ </style>
25
+ <path class="st0" d="M553.86,344.68H33.57c-13.75,0-24.89-11.14-24.89-24.89V35.35c0-13.75,11.14-24.89,24.89-24.89h520.3
26
+ c13.75,0,24.89,11.14,24.89,24.89v284.44C578.75,333.54,567.61,344.68,553.86,344.68z"/>
27
+ <g>
28
+ <g>
29
+ <g>
30
+ <g>
31
+ <ellipse class="st1" cx="200.64" cy="156.84" rx="6.47" ry="6.42"/>
32
+ <ellipse class="st1" cx="386.8" cy="160.04" rx="6.47" ry="6.42"/>
33
+ </g>
34
+ <g>
35
+ <g>
36
+ <path class="st2" d="M308.38,167.89h-29.33l6.05-17.33h17.23L308.38,167.89z"/>
37
+ <path class="st3" d="M286.96,159.77l3.22-9.21h-5.07l-6.05,17.33h29.33l-1.34-3.85h-17.04
38
+ C287.78,164.04,286.23,161.86,286.96,159.77L286.96,159.77z"/>
39
+ </g>
40
+ <g>
41
+ <path class="st4" d="M326.16,153.33h-64.89c-2.84,0-5.14-2.3-5.14-5.14v-46.2c0-2.84,2.3-5.14,5.14-5.14h64.89
42
+ c2.84,0,5.14,2.3,5.14,5.14v46.2C331.3,151.03,329,153.33,326.16,153.33z"/>
43
+ <path class="st5" d="M267.05,147.55c-2.84,0-5.14-2.3-5.14-5.13V96.85h-0.64c-2.84,0-5.14,2.3-5.14,5.13v46.21
44
+ c0,2.84,2.3,5.13,5.14,5.13h64.89c2.84,0,5.14-2.3,5.14-5.13v-0.64L267.05,147.55L267.05,147.55z"/>
45
+ </g>
46
+ <g>
47
+ <path class="st6" d="M321.32,144.66h-55.21c-0.71,0-1.28-0.57-1.28-1.28s0.57-1.28,1.28-1.28h55.21c0.71,0,1.28,0.57,1.28,1.28
48
+ S322.03,144.66,321.32,144.66z"/>
49
+ <g>
50
+ <path class="st6" d="M277.8,123.66l-1.8,5.46c-0.17,0.52-0.66,0.87-1.21,0.87c-0.87,0-1.48-0.85-1.2-1.68l5.77-16.98
51
+ c0.3-0.89,1.14-1.49,2.08-1.49c0.94,0,1.77,0.6,2.08,1.48l5.8,16.98c0.28,0.82-0.33,1.68-1.2,1.68h-0.1
52
+ c-0.54,0-1.03-0.35-1.2-0.86l-1.86-5.47L277.8,123.66L277.8,123.66z M284.41,121.63c0,0-2.72-8.31-3.02-9.47h-0.06
53
+ c-0.3,1.2-2.99,9.47-2.99,9.47H284.41z"/>
54
+ <path class="st6" d="M294.12,110.1c1.26-0.21,2.9-0.39,4.99-0.39c6.69,0,7.41,4.09,7.41,5.89c0,1.82-0.56,6.29-7.71,6.52
55
+ c-0.78,0.02-1.49-0.03-2.09-0.18v6.77c0,0.72-0.58,1.3-1.3,1.3s-1.3-0.58-1.3-1.3V110.1z M296.72,119.81
56
+ c0.57,0.15,1.29,0.21,2.15,0.21c3.14,0,5.05-1.52,5.05-4.3c0-2.66-1.88-3.95-4.75-3.95c-1.14,0-2,0.09-2.45,0.21
57
+ L296.72,119.81L296.72,119.81z"/>
58
+ <path class="st6" d="M313.91,111.16v17.54c0,0.72-0.58,1.3-1.3,1.3s-1.3-0.58-1.3-1.3v-17.54c0-0.72,0.58-1.3,1.3-1.3
59
+ C313.33,109.86,313.91,110.44,313.91,111.16z"/>
60
+ </g>
61
+ </g>
62
+ </g>
63
+ <g>
64
+ <g>
65
+ <g>
66
+ <path class="st7" d="M293.72,46.88c-11.7,0-21.18,9.48-21.18,21.18v9.19c0,2.84,2.3,5.14,5.14,5.14h32.1
67
+ c2.84,0,5.14-2.3,5.14-5.14v-9.19C314.9,56.36,305.42,46.88,293.72,46.88L293.72,46.88z"/>
68
+ <path class="st8" d="M278.31,77.26v-9.2c0-10.72,7.96-19.57,18.3-20.98c-0.94-0.13-1.91-0.2-2.89-0.2
69
+ c-11.7,0-21.18,9.48-21.18,21.18v9.2c0,2.84,2.3,5.13,5.14,5.13h5.78C280.61,82.39,278.31,80.09,278.31,77.26z"/>
70
+ </g>
71
+ <g>
72
+ <ellipse class="st9" cx="293.72" cy="42.02" rx="13.48" ry="13.48"/>
73
+ <path class="st10" d="M286.01,42.02c0-6.45,4.54-11.84,10.59-13.16c-0.93-0.2-1.9-0.32-2.89-0.32
74
+ c-7.45,0-13.48,6.03-13.48,13.48s6.04,13.48,13.48,13.48c0.99,0,1.96-0.11,2.89-0.32C290.55,53.86,286.01,48.47,286.01,42.02z
75
+ "/>
76
+ </g>
77
+ </g>
78
+ <path class="st6" d="M388.08,152.46v-27.71c0-0.71-0.57-1.28-1.28-1.28h-54.21v-21.48c0-3.54-2.88-6.42-6.42-6.42H295V83.67
79
+ h14.76c3.54,0,6.42-2.88,6.42-6.42v-9.2c0-7.68-3.88-14.45-9.78-18.5c1.31-2.21,2.07-4.78,2.07-7.53
80
+ c0-8.14-6.62-14.76-14.76-14.76s-14.76,6.62-14.76,14.76c0,2.75,0.76,5.33,2.07,7.53c-5.89,4.05-9.78,10.83-9.78,18.5v9.2
81
+ c0,3.54,2.88,6.42,6.42,6.42h14.76v11.89h-31.16c-3.54,0-6.42,2.88-6.42,6.42v21.48h-54.21c-0.71,0-1.28,0.57-1.28,1.28v24.5
82
+ c-3.67,0.61-6.47,3.78-6.47,7.59c0,4.25,3.48,7.7,7.75,7.7c4.28,0,7.75-3.46,7.75-7.7c0-3.81-2.81-6.98-6.47-7.59v-23.22h52.93
83
+ v22.16c0,3.54,2.88,6.42,6.42,6.42h21.06l-4.49,12.85c-0.18,0.99,0.22,1.56,1.21,1.71h29.33c0.99-0.15,1.4-0.72,1.21-1.71
84
+ l-4.49-12.85h21.06c3.54,0,6.42-2.88,6.42-6.42v-22.16h52.93v26.43c-3.67,0.61-6.47,3.78-6.47,7.59c0,4.25,3.48,7.7,7.75,7.7
85
+ c4.28,0,7.75-3.46,7.75-7.7C394.55,156.23,391.75,153.07,388.08,152.46L388.08,152.46z M205.82,156.83
86
+ c0,2.83-2.33,5.13-5.19,5.13s-5.19-2.3-5.19-5.13s2.33-5.13,5.19-5.13S205.82,154,205.82,156.83z M293.72,29.83
87
+ c6.73,0,12.2,5.47,12.2,12.19s-5.47,12.19-12.2,12.19c-6.73,0-12.2-5.47-12.2-12.19S286.99,29.83,293.72,29.83z M277.67,81.11
88
+ c-2.12,0-3.85-1.73-3.85-3.85v-9.2c0-6.82,3.46-12.83,8.71-16.42c2.71,3.15,6.72,5.14,11.19,5.14c4.47,0,8.48-2,11.19-5.15
89
+ c5.25,3.59,8.71,9.6,8.71,16.42v9.2c0,2.12-1.73,3.85-3.85,3.85H277.67z M306.57,166.6h-25.71l4.19-11.99h17.34L306.57,166.6z
90
+ M330.02,148.19c0,2.12-1.73,3.85-3.85,3.85h-64.89c-2.12,0-3.85-1.73-3.85-3.85v-46.21c0-2.12,1.73-3.85,3.85-3.85h64.89
91
+ c2.12,0,3.85,1.73,3.85,3.85V148.19z M386.8,165.18c-2.86,0-5.19-2.3-5.19-5.13c0-2.83,2.33-5.13,5.19-5.13s5.19,2.3,5.19,5.13
92
+ C391.98,162.87,389.66,165.18,386.8,165.18z"/>
93
+ </g>
94
+ </g>
95
+ <g>
96
+ <g>
97
+ <g>
98
+ <g>
99
+ <path class="st11" d="M194.67,237.69h10.64v-3.13c0-2.48,1.54-4.68,3.86-5.63c0.03-0.01,0.05-0.02,0.08-0.03
100
+ c2.32-0.96,4.99-0.48,6.77,1.28l2.24,2.22l7.53-7.44l-2.24-2.22c-1.78-1.76-2.26-4.4-1.29-6.69c0.01-0.03,0.02-0.05,0.03-0.07
101
+ c0.96-2.29,3.18-3.81,5.69-3.81h3.17v-10.53h-3.17c-2.51,0-4.74-1.52-5.69-3.81c-0.01-0.03-0.02-0.05-0.03-0.07
102
+ c-0.97-2.3-0.49-4.94,1.29-6.69l2.24-2.22l-7.53-7.44l-2.24,2.22c-1.78,1.76-4.45,2.23-6.77,1.28
103
+ c-0.03-0.01-0.05-0.02-0.08-0.03c-2.32-0.94-3.86-3.15-3.86-5.63v-3.13h-10.64v3.13c0,2.48-1.54,4.68-3.86,5.63
104
+ c-0.03,0.01-0.05,0.02-0.08,0.03c-2.32,0.96-4.99,0.48-6.77-1.28l-2.24-2.22l-7.53,7.44l2.24,2.22
105
+ c1.78,1.76,2.26,4.4,1.29,6.69c-0.01,0.03-0.02,0.05-0.03,0.07c-0.96,2.29-3.18,3.81-5.69,3.81h-3.17v10.53h3.17
106
+ c2.51,0,4.74,1.52,5.69,3.81c0.01,0.03,0.02,0.05,0.03,0.07c0.97,2.3,0.49,4.94-1.29,6.69l-2.24,2.22l7.53,7.44l2.24-2.22
107
+ c1.78-1.76,4.45-2.23,6.77-1.28c0.03,0.01,0.05,0.02,0.08,0.03c2.32,0.94,3.86,3.15,3.86,5.63V237.69z"/>
108
+ <g>
109
+ <g>
110
+ <defs>
111
+ <path id="SVGID_1_" d="M194.67,237.69h10.64v-3.13c0-2.48,1.54-4.68,3.86-5.63c0.03-0.01,0.05-0.02,0.08-0.03
112
+ c2.32-0.96,4.99-0.48,6.77,1.28l2.24,2.22l7.53-7.44l-2.24-2.22c-1.78-1.76-2.26-4.4-1.29-6.69
113
+ c0.01-0.03,0.02-0.05,0.03-0.07c0.96-2.29,3.18-3.81,5.69-3.81h3.17v-10.53h-3.17c-2.51,0-4.74-1.52-5.69-3.81
114
+ c-0.01-0.03-0.02-0.05-0.03-0.07c-0.97-2.3-0.49-4.94,1.29-6.69l2.24-2.22l-7.53-7.44l-2.24,2.22
115
+ c-1.78,1.76-4.45,2.23-6.77,1.28c-0.03-0.01-0.05-0.02-0.08-0.03c-2.32-0.94-3.86-3.15-3.86-5.63v-3.13h-10.64v3.13
116
+ c0,2.48-1.54,4.68-3.86,5.63c-0.03,0.01-0.05,0.02-0.08,0.03c-2.32,0.96-4.99,0.48-6.77-1.28l-2.24-2.22l-7.53,7.44
117
+ l2.24,2.22c1.78,1.76,2.26,4.4,1.29,6.69c-0.01,0.03-0.02,0.05-0.03,0.07c-0.96,2.29-3.18,3.81-5.69,3.81h-3.17v10.53h3.17
118
+ c2.51,0,4.74,1.52,5.69,3.81c0.01,0.03,0.02,0.05,0.03,0.07c0.97,2.3,0.49,4.94-1.29,6.69l-2.24,2.22l7.53,7.44l2.24-2.22
119
+ c1.78-1.76,4.45-2.23,6.77-1.28c0.03,0.01,0.05,0.02,0.08,0.03c2.32,0.94,3.86,3.15,3.86,5.63V237.69z"/>
120
+ </defs>
121
+ <clipPath id="SVGID_00000075162705760067912570000015180493123540886409_">
122
+ <use xlink:href="#SVGID_1_" style="overflow:visible;"/>
123
+ </clipPath>
124
+ <g style="opacity:0.5;clip-path:url(#SVGID_00000075162705760067912570000015180493123540886409_);">
125
+ <path class="st1" d="M217.41,245.14c-0.71,0-1.28-0.57-1.28-1.28v-75.09c0-0.71,0.57-1.28,1.28-1.28
126
+ c0.71,0,1.28,0.57,1.28,1.28v75.09C218.7,244.56,218.12,245.14,217.41,245.14z"/>
127
+ <path class="st1" d="M199.89,245.14c-0.71,0-1.28-0.57-1.28-1.28v-75.09c0-0.71,0.57-1.28,1.28-1.28s1.28,0.57,1.28,1.28
128
+ v75.09C201.17,244.56,200.6,245.14,199.89,245.14z"/>
129
+ <path class="st1" d="M182.36,245.14c-0.71,0-1.28-0.57-1.28-1.28v-75.09c0-0.71,0.57-1.28,1.28-1.28
130
+ c0.71,0,1.28,0.57,1.28,1.28v75.09C183.65,244.56,183.07,245.14,182.36,245.14z"/>
131
+ </g>
132
+ </g>
133
+ </g>
134
+ <path class="st6" d="M205.31,238.97h-10.64c-0.71,0-1.28-0.57-1.28-1.28v-3.13c0.08-2.38-1.44-3.79-3.14-4.47
135
+ c-1.87-0.77-3.98-0.38-5.38,1l-2.24,2.22c-0.5,0.49-1.31,0.49-1.81,0l-7.53-7.44c-0.51-0.61-0.51-1.22,0-1.82l2.24-2.22
136
+ c1.66-1.81,1.69-3.68,0.98-5.36c-0.77-1.84-2.53-3.02-4.51-3.02h-3.17c-0.71,0-1.28-0.57-1.28-1.28v-10.53
137
+ c0-0.71,0.57-1.28,1.28-1.28h3.17c2.33-0.36,3.84-1.4,4.54-3.1c0.77-1.84,0.38-3.91-1.01-5.28l-2.24-2.22
138
+ c-0.51-0.61-0.51-1.22,0-1.82l7.53-7.44c0.5-0.49,1.31-0.49,1.81,0l2.24,2.22c1.39,1.38,3.5,1.77,5.38,1
139
+ c1.7-0.68,2.92-1.94,3.14-4.47v-3.13c0-0.71,0.57-1.28,1.28-1.28h10.64c0.71,0,1.28,0.57,1.28,1.28v3.13
140
+ c0.14,2.74,1.44,3.79,3.14,4.47c1.87,0.77,3.98,0.38,5.38-1l2.24-2.22c0.5-0.49,1.31-0.49,1.81,0l7.53,7.44
141
+ c0.51,0.61,0.51,1.22,0,1.82l-2.24,2.22c-1.37,1.89-1.7,3.68-0.98,5.35c0.77,1.85,2.54,3.03,4.51,3.03h3.17
142
+ c0.71,0,1.28,0.57,1.28,1.28v10.53c0,0.71-0.57,1.28-1.28,1.28h-3.17c-2.35,0.08-3.84,1.4-4.54,3.1
143
+ c-0.77,1.84-0.38,3.91,1.01,5.28l2.24,2.22c0.51,0.61,0.51,1.22,0,1.82l-7.53,7.44c-0.5,0.49-1.31,0.49-1.81,0l-2.24-2.22
144
+ c-1.42-1.53-3.74-1.69-5.46-0.97c-1.86,0.76-3.06,2.5-3.06,4.44v3.13C206.6,238.4,206.02,238.97,205.31,238.97z M195.96,236.4
145
+ h8.07v-1.85c0-2.99,1.83-5.66,4.66-6.82c2.58-1.08,5.48-0.91,8.23,1.52l1.34,1.32l5.7-5.64l-1.32-1.3
146
+ c-2.14-2.11-2.75-5.29-1.57-8.1c1.06-2.58,3.59-4.54,6.91-4.67h1.88v-7.96h-1.88c-3.01,0-5.71-1.81-6.88-4.6
147
+ c-1.09-2.56-0.99-5.59,1.54-8.17l1.32-1.3l-5.7-5.64l-1.34,1.32c-2.13,2.11-5.33,2.71-8.16,1.55
148
+ c-2.58-1.05-4.64-3.03-4.73-6.85v-1.85h-8.07v1.85c-0.46,3.9-2.15,5.8-4.73,6.85c-2.83,1.16-6.03,0.55-8.16-1.55l-1.34-1.32
149
+ l-5.7,5.64l1.32,1.3c2.14,2.11,2.75,5.29,1.57,8.1c-1.07,2.58-3.43,4.48-6.91,4.67h-1.88v7.96h1.88c3.01,0,5.71,1.81,6.88,4.6
150
+ c1.09,2.56,0.96,5.18-1.54,8.17l-1.32,1.3l5.7,5.64l1.34-1.32c2.13-2.11,5.33-2.71,8.16-1.55c2.58,1.05,4.59,3.34,4.73,6.85
151
+ L195.96,236.4L195.96,236.4z"/>
152
+ </g>
153
+ <g>
154
+ <ellipse class="st7" cx="199.99" cy="206.88" rx="12.51" ry="12.37"/>
155
+ <path class="st8" d="M193.26,206.88c0-5.85,4.11-10.73,9.62-12.03c-0.93-0.22-1.89-0.34-2.89-0.34
156
+ c-6.91,0-12.51,5.54-12.51,12.37c0,6.83,5.6,12.37,12.51,12.37c1,0,1.96-0.13,2.89-0.34
157
+ C197.37,217.62,193.26,212.73,193.26,206.88L193.26,206.88z"/>
158
+ <path class="st6" d="M199.99,220.54c-7.6,0-13.79-6.13-13.79-13.65s6.19-13.65,13.79-13.65s13.79,6.13,13.79,13.65
159
+ S207.6,220.54,199.99,220.54z M199.99,195.79c-6.19,0-11.22,4.97-11.22,11.09c0,6.11,5.03,11.09,11.22,11.09
160
+ s11.22-4.97,11.22-11.09C211.22,200.77,206.18,195.79,199.99,195.79z"/>
161
+ </g>
162
+ </g>
163
+ <g>
164
+ <path class="st6" d="M193.12,263.57c-0.56-0.43-1.37-0.32-1.8,0.25l-2.88,3.8v-21.5c0-0.71-0.57-1.28-1.28-1.28
165
+ c-0.71,0-1.28,0.57-1.28,1.28v21.7l-3.28-4.04c-0.45-0.55-1.26-0.63-1.81-0.19c-0.55,0.45-0.63,1.26-0.19,1.81l5.56,6.85
166
+ c0.52,0.64,1.52,0.63,2.02-0.03l5.19-6.85C193.79,264.81,193.68,264,193.12,263.57L193.12,263.57z"/>
167
+ <path class="st6" d="M219.04,252.19l-5.19-6.85c-0.66-0.67-1.34-0.68-2.02-0.03l-5.56,6.85c-0.45,0.55-0.36,1.36,0.19,1.81
168
+ c0.55,0.45,1.36,0.36,1.81-0.19l3.28-4.04v21.7c0,0.71,0.57,1.28,1.28,1.28c0.71,0,1.28-0.57,1.28-1.28v-21.5l2.88,3.8
169
+ c0.57,0.58,1.17,0.66,1.8,0.25C219.36,253.56,219.47,252.76,219.04,252.19z"/>
170
+ </g>
171
+ <g>
172
+ <g>
173
+ <path class="st13" d="M251.44,326.59H149.83c-2.84,0-5.14-2.3-5.14-5.14v-36.61c0-2.84,2.3-5.14,5.14-5.14h101.61
174
+ c2.84,0,5.14,2.3,5.14,5.14v36.61C256.58,324.29,254.28,326.59,251.44,326.59L251.44,326.59z"/>
175
+ <path class="st14" d="M156.25,320.18c-2.84,0-5.14-2.3-5.14-5.13v-35.33h-1.28c-2.84,0-5.14,2.3-5.14,5.13v36.62
176
+ c0,2.84,2.3,5.13,5.14,5.13h101.62c2.84,0,5.14-2.3,5.14-5.13v-1.28H156.25z"/>
177
+ <path class="st6" d="M251.44,327.88H149.83c-3.54,0-6.42-2.88-6.42-6.42v-36.62c0-3.54,2.88-6.42,6.42-6.42h101.61
178
+ c3.54,0,6.42,2.88,6.42,6.42v36.62C257.86,325,254.98,327.88,251.44,327.88z M149.83,280.99c-2.12,0-3.85,1.73-3.85,3.85
179
+ v36.62c0,2.12,1.73,3.85,3.85,3.85h101.61c2.12,0,3.85-1.73,3.85-3.85v-36.62c0-2.12-1.73-3.85-3.85-3.85H149.83z"/>
180
+ </g>
181
+ <g>
182
+ <g>
183
+ <path class="st2" d="M158.78,293.25h13.26v19.8h-13.26V293.25z"/>
184
+ <path class="st3" d="M163.91,304.91v-11.66h-5.14v19.8h13.26v-4.49h-4.47C165.54,308.56,163.91,306.93,163.91,304.91
185
+ L163.91,304.91z"/>
186
+ <path class="st6" d="M172.03,314.33h-13.26c-0.71,0-1.28-0.57-1.28-1.28v-19.8c0-0.71,0.57-1.28,1.28-1.28h13.26
187
+ c0.71,0,1.28,0.57,1.28,1.28v19.8C173.32,313.76,172.74,314.33,172.03,314.33z M160.06,311.77h10.69v-17.23h-10.69V311.77z"
188
+ />
189
+ </g>
190
+ <g>
191
+ <path class="st2" d="M186.17,293.25h13.26v19.8h-13.26V293.25z"/>
192
+ <path class="st3" d="M191.31,304.91v-11.66h-5.14v19.8h13.26v-4.49h-4.47C192.94,308.56,191.31,306.93,191.31,304.91
193
+ L191.31,304.91z"/>
194
+ <path class="st6" d="M199.43,314.33h-13.26c-0.71,0-1.28-0.57-1.28-1.28v-19.8c0-0.71,0.57-1.28,1.28-1.28h13.26
195
+ c0.71,0,1.28,0.57,1.28,1.28v19.8C200.71,313.76,200.14,314.33,199.43,314.33z M187.45,311.77h10.69v-17.23h-10.69V311.77z"
196
+ />
197
+ </g>
198
+ <g>
199
+ <path class="st6" d="M242.5,294.53h-28.3c-0.71,0-1.28-0.57-1.28-1.28c0-0.71,0.57-1.28,1.28-1.28h28.3
200
+ c0.71,0,1.28,0.57,1.28,1.28S243.2,294.53,242.5,294.53z"/>
201
+ <g>
202
+ <path class="st2" d="M213.87,304.01h28.3v9.03h-28.3V304.01z"/>
203
+ <path class="st3" d="M217.72,306.63v-2.62h-3.85v9.03h28.3v-3.85h-21.88C218.87,309.2,217.72,308.05,217.72,306.63
204
+ L217.72,306.63z"/>
205
+ <path class="st6" d="M242.16,314.33h-28.3c-0.71,0-1.28-0.57-1.28-1.28v-9.03c0-0.71,0.57-1.28,1.28-1.28h28.3
206
+ c0.71,0,1.28,0.57,1.28,1.28v9.03C243.45,313.76,242.87,314.33,242.16,314.33z M215.15,311.77h25.73v-6.47h-25.73V311.77z"
207
+ />
208
+ </g>
209
+ </g>
210
+ </g>
211
+ </g>
212
+ </g>
213
+ <g>
214
+ <g>
215
+ <g>
216
+ <path class="st11" d="M380.83,237.69h10.64v-3.13c0-2.48,1.54-4.68,3.86-5.63c0.03-0.01,0.05-0.02,0.08-0.03
217
+ c2.32-0.96,4.99-0.48,6.77,1.28l2.24,2.22l7.53-7.44l-2.24-2.22c-1.78-1.76-2.26-4.4-1.29-6.69c0.01-0.03,0.02-0.05,0.03-0.07
218
+ c0.96-2.29,3.18-3.81,5.69-3.81h3.17v-10.53h-3.17c-2.51,0-4.74-1.52-5.69-3.81c-0.01-0.03-0.02-0.05-0.03-0.07
219
+ c-0.97-2.3-0.49-4.94,1.29-6.69l2.24-2.22l-7.53-7.44l-2.24,2.22c-1.78,1.76-4.45,2.23-6.77,1.28
220
+ c-0.03-0.01-0.05-0.02-0.08-0.03c-2.32-0.94-3.86-3.15-3.86-5.63v-3.13h-10.64v3.13c0,2.48-1.54,4.68-3.86,5.63
221
+ c-0.03,0.01-0.05,0.02-0.08,0.03c-2.32,0.96-4.99,0.48-6.77-1.28l-2.24-2.22l-7.52,7.44l2.24,2.22
222
+ c1.78,1.76,2.26,4.4,1.29,6.69c-0.01,0.03-0.02,0.05-0.03,0.07c-0.96,2.29-3.18,3.81-5.69,3.81h-3.17v10.53h3.17
223
+ c2.51,0,4.74,1.52,5.69,3.81c0.01,0.03,0.02,0.05,0.03,0.07c0.97,2.3,0.49,4.94-1.29,6.69l-2.24,2.22l7.52,7.44l2.24-2.22
224
+ c1.78-1.76,4.45-2.23,6.77-1.28c0.03,0.01,0.05,0.02,0.08,0.03c2.32,0.94,3.86,3.15,3.86,5.63V237.69z"/>
225
+ <g>
226
+ <g>
227
+ <defs>
228
+ <path id="SVGID_00000165922568048736531620000004272410110545939901_" d="M380.83,237.69h10.64v-3.13
229
+ c0-2.48,1.54-4.68,3.86-5.63c0.03-0.01,0.05-0.02,0.08-0.03c2.32-0.96,4.99-0.48,6.77,1.28l2.24,2.22l7.53-7.44l-2.24-2.22
230
+ c-1.78-1.76-2.26-4.4-1.29-6.69c0.01-0.03,0.02-0.05,0.03-0.07c0.96-2.29,3.18-3.81,5.69-3.81h3.17v-10.53h-3.17
231
+ c-2.51,0-4.74-1.52-5.69-3.81c-0.01-0.03-0.02-0.05-0.03-0.07c-0.97-2.3-0.49-4.94,1.29-6.69l2.24-2.22l-7.53-7.44
232
+ l-2.24,2.22c-1.78,1.76-4.45,2.23-6.77,1.28c-0.03-0.01-0.05-0.02-0.08-0.03c-2.32-0.94-3.86-3.15-3.86-5.63v-3.13h-10.64
233
+ v3.13c0,2.48-1.54,4.68-3.86,5.63c-0.03,0.01-0.05,0.02-0.08,0.03c-2.32,0.96-4.99,0.48-6.77-1.28l-2.24-2.22l-7.52,7.44
234
+ l2.24,2.22c1.78,1.76,2.26,4.4,1.29,6.69c-0.01,0.03-0.02,0.05-0.03,0.07c-0.96,2.29-3.18,3.81-5.69,3.81h-3.17v10.53h3.17
235
+ c2.51,0,4.74,1.52,5.69,3.81c0.01,0.03,0.02,0.05,0.03,0.07c0.97,2.3,0.49,4.94-1.29,6.69l-2.24,2.22l7.52,7.44l2.24-2.22
236
+ c1.78-1.76,4.45-2.23,6.77-1.28c0.03,0.01,0.05,0.02,0.08,0.03c2.32,0.94,3.86,3.15,3.86,5.63V237.69z"/>
237
+ </defs>
238
+ <clipPath id="SVGID_00000039821174410087892870000014563422696034788789_">
239
+ <use xlink:href="#SVGID_00000165922568048736531620000004272410110545939901_" style="overflow:visible;"/>
240
+ </clipPath>
241
+ <g style="opacity:0.5;clip-path:url(#SVGID_00000039821174410087892870000014563422696034788789_);">
242
+ <path class="st1" d="M403.57,245.14c-0.71,0-1.28-0.57-1.28-1.28v-75.09c0-0.71,0.57-1.28,1.28-1.28
243
+ c0.71,0,1.28,0.57,1.28,1.28v75.09C404.86,244.56,404.28,245.14,403.57,245.14z"/>
244
+ <path class="st1" d="M386.05,245.14c-0.71,0-1.28-0.57-1.28-1.28v-75.09c0-0.71,0.57-1.28,1.28-1.28s1.28,0.57,1.28,1.28
245
+ v75.09C387.33,244.56,386.76,245.14,386.05,245.14z"/>
246
+ <path class="st1" d="M368.52,245.14c-0.71,0-1.28-0.57-1.28-1.28v-75.09c0-0.71,0.57-1.28,1.28-1.28
247
+ c0.71,0,1.28,0.57,1.28,1.28v75.09C369.81,244.56,369.23,245.14,368.52,245.14z"/>
248
+ </g>
249
+ </g>
250
+ </g>
251
+ <path class="st6" d="M391.48,238.97h-10.64c-0.71,0-1.28-0.57-1.28-1.28v-3.13c0.08-2.38-1.44-3.79-3.14-4.47
252
+ c-1.87-0.77-3.98-0.38-5.38,1l-2.24,2.22c-0.5,0.49-1.31,0.49-1.81,0l-7.53-7.44c-0.51-0.61-0.51-1.22,0-1.82l2.24-2.22
253
+ c1.66-1.81,1.69-3.68,0.98-5.36c-0.77-1.84-2.53-3.02-4.51-3.02h-3.17c-0.71,0-1.28-0.57-1.28-1.28v-10.53
254
+ c0-0.71,0.57-1.28,1.28-1.28h3.17c2.33-0.36,3.84-1.4,4.54-3.1c0.77-1.84,0.38-3.91-1.01-5.28l-2.24-2.22
255
+ c-0.51-0.61-0.51-1.22,0-1.82l7.53-7.44c0.5-0.49,1.31-0.49,1.81,0l2.24,2.22c1.39,1.38,3.5,1.77,5.38,1
256
+ c1.7-0.68,2.92-1.94,3.14-4.47v-3.13c0-0.71,0.57-1.28,1.28-1.28h10.64c0.71,0,1.28,0.57,1.28,1.28v3.13
257
+ c0.14,2.74,1.44,3.79,3.14,4.47c1.87,0.77,3.98,0.38,5.38-1l2.24-2.22c0.5-0.49,1.31-0.49,1.81,0l7.53,7.44
258
+ c0.51,0.61,0.51,1.22,0,1.82l-2.24,2.22c-1.37,1.89-1.7,3.68-0.98,5.35c0.77,1.85,2.54,3.03,4.51,3.03h3.17
259
+ c0.71,0,1.28,0.57,1.28,1.28v10.53c0,0.71-0.57,1.28-1.28,1.28h-3.17c-2.35,0.08-3.84,1.4-4.54,3.1
260
+ c-0.77,1.84-0.38,3.91,1.01,5.28l2.24,2.22c0.51,0.61,0.51,1.22,0,1.82l-7.53,7.44c-0.5,0.49-1.31,0.49-1.81,0l-2.24-2.22
261
+ c-1.42-1.53-3.74-1.69-5.46-0.97c-1.86,0.76-3.06,2.5-3.06,4.44v3.13C392.76,238.4,392.19,238.97,391.48,238.97L391.48,238.97
262
+ z M382.12,236.4h8.07v-1.85c0-2.99,1.83-5.66,4.66-6.82c2.58-1.08,5.48-0.91,8.23,1.52l1.34,1.32l5.7-5.64l-1.32-1.3
263
+ c-2.14-2.11-2.75-5.29-1.57-8.1c1.06-2.58,3.59-4.54,6.91-4.67h1.88v-7.96h-1.88c-3.01,0-5.71-1.81-6.88-4.6
264
+ c-1.09-2.56-0.99-5.59,1.54-8.17l1.32-1.3l-5.7-5.64l-1.34,1.32c-2.13,2.11-5.33,2.71-8.16,1.55
265
+ c-2.58-1.05-4.64-3.03-4.73-6.85v-1.85h-8.07v1.85c-0.46,3.9-2.15,5.8-4.73,6.85c-2.83,1.16-6.03,0.55-8.16-1.55l-1.34-1.32
266
+ l-5.7,5.64l1.32,1.3c2.14,2.11,2.75,5.29,1.57,8.1c-1.07,2.58-3.43,4.48-6.91,4.67h-1.88v7.96h1.88c3.01,0,5.71,1.81,6.88,4.6
267
+ c1.09,2.56,0.96,5.18-1.54,8.17l-1.32,1.3l5.7,5.64l1.34-1.32c2.13-2.11,5.33-2.71,8.16-1.55c2.58,1.05,4.59,3.34,4.73,6.85
268
+ L382.12,236.4L382.12,236.4z"/>
269
+ </g>
270
+ <g>
271
+ <ellipse class="st7" cx="386.16" cy="206.88" rx="12.51" ry="12.37"/>
272
+ <path class="st8" d="M379.43,206.88c0-5.85,4.11-10.73,9.62-12.03c-0.93-0.22-1.89-0.34-2.89-0.34
273
+ c-6.91,0-12.51,5.54-12.51,12.37c0,6.83,5.6,12.37,12.51,12.37c1,0,1.96-0.13,2.89-0.34
274
+ C383.53,217.62,379.43,212.73,379.43,206.88L379.43,206.88z"/>
275
+ <path class="st6" d="M386.16,220.54c-7.6,0-13.79-6.13-13.79-13.65s6.19-13.65,13.79-13.65s13.79,6.13,13.79,13.65
276
+ S393.76,220.54,386.16,220.54z M386.16,195.79c-6.19,0-11.22,4.97-11.22,11.09c0,6.11,5.03,11.09,11.22,11.09
277
+ c6.19,0,11.22-4.97,11.22-11.09C397.38,200.77,392.34,195.79,386.16,195.79z"/>
278
+ </g>
279
+ </g>
280
+ <g>
281
+ <path class="st6" d="M379.28,263.57c-0.57-0.43-1.37-0.32-1.8,0.25l-2.88,3.8v-21.5c0-0.71-0.57-1.28-1.28-1.28
282
+ c-0.71,0-1.28,0.57-1.28,1.28v21.7l-3.28-4.04c-0.45-0.55-1.26-0.63-1.81-0.19c-0.55,0.45-0.63,1.26-0.19,1.81l5.56,6.85
283
+ c0.52,0.64,1.52,0.63,2.02-0.03l5.19-6.85C379.95,264.81,379.84,264,379.28,263.57L379.28,263.57z"/>
284
+ <path class="st6" d="M405.2,252.19l-5.19-6.85c-0.66-0.67-1.34-0.68-2.02-0.03l-5.56,6.85c-0.45,0.55-0.36,1.36,0.19,1.81
285
+ c0.55,0.45,1.36,0.36,1.81-0.19l3.28-4.04v21.7c0,0.71,0.57,1.28,1.28,1.28c0.71,0,1.28-0.57,1.28-1.28v-21.5l2.88,3.8
286
+ c0.57,0.58,1.17,0.66,1.8,0.25C405.52,253.56,405.63,252.76,405.2,252.19L405.2,252.19z"/>
287
+ </g>
288
+ <g>
289
+ <g>
290
+ <path class="st13" d="M437.6,326.59H335.99c-2.84,0-5.14-2.3-5.14-5.14v-36.61c0-2.84,2.3-5.14,5.14-5.14H437.6
291
+ c2.84,0,5.14,2.3,5.14,5.14v36.61C442.74,324.29,440.44,326.59,437.6,326.59z"/>
292
+ <path class="st14" d="M342.41,320.18c-2.84,0-5.14-2.3-5.14-5.13v-35.33h-1.28c-2.84,0-5.14,2.3-5.14,5.13v36.62
293
+ c0,2.84,2.3,5.13,5.14,5.13H437.6c2.84,0,5.14-2.3,5.14-5.13v-1.28H342.41z"/>
294
+ <path class="st6" d="M437.6,327.88H335.99c-3.54,0-6.42-2.88-6.42-6.42v-36.62c0-3.54,2.88-6.42,6.42-6.42H437.6
295
+ c3.54,0,6.42,2.88,6.42,6.42v36.62C444.02,325,441.14,327.88,437.6,327.88z M335.99,280.99c-2.12,0-3.85,1.73-3.85,3.85v36.62
296
+ c0,2.12,1.73,3.85,3.85,3.85H437.6c2.12,0,3.85-1.73,3.85-3.85v-36.62c0-2.12-1.73-3.85-3.85-3.85H335.99z"/>
297
+ </g>
298
+ <g>
299
+ <g>
300
+ <path class="st2" d="M344.94,293.25h13.26v19.8h-13.26V293.25z"/>
301
+ <path class="st3" d="M350.07,304.91v-11.66h-5.14v19.8h13.26v-4.49h-4.47C351.71,308.56,350.07,306.93,350.07,304.91
302
+ L350.07,304.91z"/>
303
+ <path class="st6" d="M358.19,314.33h-13.26c-0.71,0-1.28-0.57-1.28-1.28v-19.8c0-0.71,0.57-1.28,1.28-1.28h13.26
304
+ c0.71,0,1.28,0.57,1.28,1.28v19.8C359.48,313.76,358.9,314.33,358.19,314.33z M346.22,311.77h10.69v-17.23h-10.69
305
+ L346.22,311.77z"/>
306
+ </g>
307
+ <g>
308
+ <path class="st2" d="M372.33,293.25h13.26v19.8h-13.26V293.25z"/>
309
+ <path class="st3" d="M377.47,304.91v-11.66h-5.14v19.8h13.26v-4.49h-4.47C379.1,308.56,377.47,306.93,377.47,304.91
310
+ L377.47,304.91z"/>
311
+ <path class="st6" d="M385.59,314.33h-13.26c-0.71,0-1.28-0.57-1.28-1.28v-19.8c0-0.71,0.57-1.28,1.28-1.28h13.26
312
+ c0.71,0,1.28,0.57,1.28,1.28v19.8C386.87,313.76,386.3,314.33,385.59,314.33z M373.62,311.77h10.69v-17.23h-10.69
313
+ L373.62,311.77z"/>
314
+ </g>
315
+ <g>
316
+ <path class="st6" d="M428.66,294.53h-28.3c-0.71,0-1.28-0.57-1.28-1.28c0-0.71,0.57-1.28,1.28-1.28h28.3
317
+ c0.71,0,1.28,0.57,1.28,1.28S429.37,294.53,428.66,294.53z"/>
318
+ <g>
319
+ <path class="st2" d="M400.03,304.01h28.3v9.03h-28.3V304.01z"/>
320
+ <path class="st3" d="M403.88,306.63v-2.62h-3.85v9.03h28.3v-3.85h-21.88C405.03,309.2,403.88,308.05,403.88,306.63
321
+ L403.88,306.63z"/>
322
+ <path class="st6" d="M428.33,314.33h-28.3c-0.71,0-1.28-0.57-1.28-1.28v-9.03c0-0.71,0.57-1.28,1.28-1.28h28.3
323
+ c0.71,0,1.28,0.57,1.28,1.28v9.03C429.61,313.76,429.04,314.33,428.33,314.33z M401.31,311.77h25.73v-6.47h-25.73V311.77z"
324
+ />
325
+ </g>
326
+ </g>
327
+ </g>
328
+ </g>
329
+ </g>
330
+ </g>
331
+ <g>
332
+ <g>
333
+ <path class="st7" d="M153.16,150.39c0-2.32,1.2-4.55,3.27-5.62c2.28-1.19,3.85-3.57,3.85-6.32s-1.56-5.13-3.85-6.32
334
+ c-2.06-1.07-3.27-3.29-3.27-5.62c0-4.77,5.06-7.95,9.28-5.72c6.34,3.34,10.67,10,10.67,17.66s-4.33,14.31-10.67,17.66
335
+ C158.23,158.34,153.16,155.16,153.16,150.39L153.16,150.39z"/>
336
+ <path class="st6" d="M174.4,138.48c0,7.9-4.35,15.1-11.36,18.79c-2.35,1.24-5.12,1.15-7.41-0.23c-2.35-1.42-3.75-3.89-3.75-6.63
337
+ c0-2.9,1.52-5.49,3.96-6.76c4.21-3.45,4.21-6.91,0-10.36c-2.44-1.27-3.96-3.86-3.96-6.76c0-2.73,1.4-5.21,3.75-6.62
338
+ c2.29-1.38,5.13-1.59,7.41-0.23C172.09,125.06,174.4,133.4,174.4,138.48L174.4,138.48z M156.96,154.84
339
+ c1.52,0.91,3.34,0.97,4.89,0.16c6.16-3.25,9.99-9.58,9.99-16.52c0-6.94-3.83-13.27-9.99-16.52c-1.54-0.81-3.37-0.75-4.89,0.16
340
+ c-1.57,0.95-2.51,2.6-2.51,4.43c0,1.91,1.1,3.51,2.57,4.48c6.07,4,6.46,10.58,0,14.91c-1.46,0.98-2.52,2.57-2.57,4.48
341
+ C154.38,152.96,156.45,154.53,156.96,154.84L156.96,154.84z"/>
342
+ </g>
343
+ <g>
344
+ <path class="st7" d="M434.39,150.39c0-2.32-1.2-4.55-3.27-5.62c-2.28-1.19-3.85-3.57-3.85-6.32s1.56-5.13,3.85-6.32
345
+ c2.06-1.07,3.27-3.29,3.27-5.62c0-4.77-5.06-7.95-9.28-5.72c-6.34,3.34-10.67,10-10.67,17.66s4.33,14.31,10.67,17.66
346
+ C429.32,158.34,434.39,155.16,434.39,150.39L434.39,150.39z"/>
347
+ <path class="st6" d="M424.51,119.69c2.28-1.36,5.12-1.15,7.41,0.23c2.35,1.42,3.75,3.89,3.75,6.62c0,2.9-1.52,5.49-3.96,6.76
348
+ c-4.21,3.45-4.21,6.91,0,10.36c2.44,1.27,3.96,3.86,3.96,6.76c0,2.73-1.4,5.21-3.75,6.63c-2.29,1.38-5.07,1.47-7.41,0.23
349
+ c-7.01-3.7-11.36-10.9-11.36-18.79C413.15,133.4,415.46,125.06,424.51,119.69L424.51,119.69z M433.1,150.41
350
+ c-0.06-1.91-1.11-3.5-2.57-4.48c-6.46-4.33-6.07-10.92,0-14.91c1.47-0.97,2.57-2.57,2.57-4.48c0-1.82-0.94-3.48-2.51-4.43
351
+ c-1.52-0.91-3.34-0.97-4.89-0.16c-6.16,3.25-9.99,9.58-9.99,16.52c0,6.94,3.83,13.27,9.99,16.52c1.54,0.81,3.37,0.75,4.89-0.16
352
+ C431.1,154.53,433.18,152.96,433.1,150.41L433.1,150.41z"/>
353
+ </g>
354
+ </g>
355
+ </g>
356
+ <g>
357
+ <g>
358
+ <path class="st6" d="M220.54,71.05l7.91-7.91c0.5-0.5,0.5-1.31,0-1.82c-0.5-0.5-1.31-0.5-1.82,0l-7.91,7.91L208.29,58.8
359
+ l7.91-7.91c0.5-0.5,0.5-1.31,0-1.82c-0.5-0.5-1.31-0.5-1.82,0l-7.91,7.91l-10.44-10.44l7.91-7.91c0.5-0.5,0.5-1.31,0-1.82
360
+ c-0.5-0.5-1.31-0.5-1.82,0l-7.91,7.91l-7.91-7.91c-0.5-0.5-1.31-0.5-1.82,0c-0.5,0.5-0.5,1.31,0,1.82l7.91,7.91l-10.44,10.44
361
+ l-7.91-7.91c-0.5-0.5-1.31-0.5-1.82,0c-0.5,0.5-0.5,1.31,0,1.82l7.91,7.91l-10.44,10.44l-7.91-7.91c-0.5-0.5-1.31-0.5-1.82,0
362
+ c-0.5,0.5-0.5,1.31,0,1.82l7.91,7.91l-7.91,7.91c-0.5,0.5-0.5,1.31,0,1.82c0.61,0.5,1.21,0.5,1.82,0l7.91-7.91l10.44,10.44
363
+ l-7.91,7.91c-0.5,0.5-0.5,1.31,0,1.82c0.61,0.5,1.21,0.5,1.82,0l7.91-7.91l10.44,10.44l-7.91,7.91c-0.5,0.5-0.5,1.31,0,1.82
364
+ c0.61,0.5,1.21,0.5,1.82,0l7.91-7.91l7.91,7.91c0.61,0.5,1.21,0.5,1.82,0c0.5-0.5,0.5-1.31,0-1.82l-7.91-7.91l10.44-10.44
365
+ l7.91,7.91c0.61,0.5,1.21,0.5,1.82,0c0.5-0.5,0.5-1.31,0-1.82l-7.91-7.91l10.44-10.44l7.91,7.91c0.61,0.5,1.21,0.5,1.82,0
366
+ c0.5-0.5,0.5-1.31,0-1.82L220.54,71.05z M194.22,48.36l10.44,10.44l-10.44,10.44L183.78,58.8L194.22,48.36z M171.52,71.05
367
+ l10.44-10.44l10.44,10.44l-10.44,10.44L171.52,71.05z M194.22,93.74L183.78,83.3l10.44-10.44l10.44,10.44L194.22,93.74z
368
+ M206.47,81.49l-10.44-10.44l10.44-10.44l10.44,10.44L206.47,81.49z"/>
369
+ <path class="st6" d="M419.54,71.05l7.91-7.91c0.5-0.5,0.5-1.31,0-1.82c-0.5-0.5-1.31-0.5-1.82,0l-7.91,7.91L407.29,58.8
370
+ l7.91-7.91c0.5-0.5,0.5-1.31,0-1.82c-0.5-0.5-1.31-0.5-1.82,0l-7.91,7.91l-10.44-10.44l7.91-7.91c0.5-0.5,0.5-1.31,0-1.82
371
+ c-0.5-0.5-1.31-0.5-1.82,0l-7.91,7.91l-7.91-7.91c-0.5-0.5-1.31-0.5-1.82,0c-0.5,0.5-0.5,1.31,0,1.82l7.91,7.91l-10.44,10.44
372
+ l-7.91-7.91c-0.5-0.5-1.31-0.5-1.82,0c-0.5,0.5-0.5,1.31,0,1.82l7.91,7.91l-10.44,10.44l-7.91-7.91c-0.5-0.5-1.31-0.5-1.82,0
373
+ c-0.5,0.5-0.5,1.31,0,1.82l7.91,7.91l-7.91,7.91c-0.5,0.5-0.5,1.31,0,1.82c0.61,0.5,1.21,0.5,1.82,0l7.91-7.91l10.44,10.44
374
+ l-7.91,7.91c-0.5,0.5-0.5,1.31,0,1.82c0.61,0.5,1.21,0.5,1.82,0l7.91-7.91l10.44,10.44l-7.91,7.91c-0.5,0.5-0.5,1.31,0,1.82
375
+ c0.61,0.5,1.21,0.5,1.82,0l7.91-7.91l7.91,7.91c0.61,0.5,1.21,0.5,1.82,0c0.5-0.5,0.5-1.31,0-1.82l-7.91-7.91l10.44-10.44
376
+ l7.91,7.91c0.61,0.5,1.21,0.5,1.82,0c0.5-0.5,0.5-1.31,0-1.82l-7.91-7.91l10.44-10.44l7.91,7.91c0.61,0.5,1.21,0.5,1.82,0
377
+ c0.5-0.5,0.5-1.31,0-1.82L419.54,71.05z M393.22,48.36l10.44,10.44l-10.44,10.44L382.78,58.8L393.22,48.36z M370.52,71.05
378
+ l10.44-10.44l10.44,10.44l-10.44,10.44L370.52,71.05z M393.22,93.74L382.78,83.3l10.44-10.44l10.44,10.44L393.22,93.74z
379
+ M405.47,81.49l-10.44-10.44l10.44-10.44l10.44,10.44L405.47,81.49z"/>
380
+ </g>
381
+ <g>
382
+ <g>
383
+ <g>
384
+ <circle class="st6" cx="307.84" cy="248.2" r="2.57"/>
385
+ <circle class="st6" cx="307.84" cy="264.25" r="2.57"/>
386
+ <circle class="st6" cx="307.84" cy="232.8" r="2.57"/>
387
+ </g>
388
+ <g>
389
+ <circle class="st6" cx="307.84" cy="201.99" r="2.57"/>
390
+ <circle class="st6" cx="307.84" cy="218.04" r="2.57"/>
391
+
392
+ <ellipse transform="matrix(0.1602 -0.9871 0.9871 0.1602 75.6139 459.4889)" class="st6" cx="307.84" cy="185.31" rx="2.57" ry="2.57"/>
393
+ </g>
394
+ <g>
395
+ <circle class="st6" cx="322.6" cy="248.2" r="2.57"/>
396
+ <circle class="st6" cx="322.6" cy="264.25" r="2.57"/>
397
+ <circle class="st6" cx="322.6" cy="232.8" r="2.57"/>
398
+ </g>
399
+ <g>
400
+ <circle class="st6" cx="322.6" cy="201.99" r="2.57"/>
401
+ <circle class="st6" cx="322.6" cy="218.04" r="2.57"/>
402
+ <circle class="st6" cx="322.6" cy="185.31" r="2.57"/>
403
+ </g>
404
+ </g>
405
+ <g>
406
+ <g>
407
+ <circle class="st6" cx="280.24" cy="248.2" r="2.57"/>
408
+ <circle class="st6" cx="280.24" cy="264.25" r="2.57"/>
409
+ <circle class="st6" cx="280.24" cy="232.8" r="2.57"/>
410
+ </g>
411
+ <g>
412
+ <circle class="st6" cx="280.24" cy="201.99" r="2.57"/>
413
+ <circle class="st6" cx="280.24" cy="218.04" r="2.57"/>
414
+ <circle class="st6" cx="280.24" cy="185.31" r="2.57"/>
415
+ </g>
416
+ <g>
417
+ <circle class="st6" cx="295" cy="248.2" r="2.57"/>
418
+ <circle class="st6" cx="295" cy="264.25" r="2.57"/>
419
+ <circle class="st6" cx="295" cy="232.8" r="2.57"/>
420
+ </g>
421
+ <g>
422
+ <circle class="st6" cx="295" cy="201.99" r="2.57"/>
423
+ <circle class="st6" cx="295" cy="218.04" r="2.57"/>
424
+ <circle class="st6" cx="295" cy="185.31" r="2.57"/>
425
+ </g>
426
+ </g>
427
+ <g>
428
+ <g>
429
+ <circle class="st6" cx="264.83" cy="248.2" r="2.57"/>
430
+ <circle class="st6" cx="264.83" cy="264.25" r="2.57"/>
431
+ <circle class="st6" cx="264.83" cy="232.8" r="2.57"/>
432
+ </g>
433
+ <g>
434
+ <circle class="st6" cx="264.83" cy="201.99" r="2.57"/>
435
+ <circle class="st6" cx="264.83" cy="218.04" r="2.57"/>
436
+ <circle class="st6" cx="264.83" cy="185.31" r="2.57"/>
437
+ </g>
438
+ </g>
439
+ </g>
440
+ <g>
441
+ <path class="st16" d="M349.99,148.97l1.93,3.07c0.41,0.65,1.37,0.62,1.74-0.06l1.59-2.96c0.1-0.19,0.26-0.34,0.45-0.43l3.25-1.58
442
+ c0.81-0.39,0.74-1.56-0.11-1.86l-3.02-1.04c-0.26-0.09-0.47-0.28-0.59-0.53l-1.54-3.33c-0.35-0.76-1.41-0.79-1.8-0.05l-1.85,3.5
443
+ c-0.12,0.22-0.31,0.39-0.55,0.48l-2.78,0.99c-0.83,0.3-0.91,1.43-0.13,1.84l3.03,1.59C349.77,148.69,349.9,148.82,349.99,148.97
444
+ L349.99,148.97z"/>
445
+ <path class="st16" d="M231.88,104.04l1.93,3.07c0.41,0.65,1.37,0.62,1.74-0.06l1.59-2.96c0.1-0.19,0.26-0.34,0.45-0.43l3.25-1.58
446
+ c0.81-0.39,0.74-1.56-0.11-1.86l-3.02-1.04c-0.26-0.09-0.47-0.28-0.59-0.53l-1.54-3.33c-0.35-0.76-1.41-0.79-1.8-0.05l-1.85,3.5
447
+ c-0.12,0.22-0.31,0.39-0.55,0.48l-2.78,0.99c-0.83,0.3-0.91,1.43-0.13,1.84l3.03,1.59C231.65,103.77,231.78,103.89,231.88,104.04
448
+ L231.88,104.04z"/>
449
+ </g>
450
+ </g>
451
+ </g>
452
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><blockly audit="false" blocklyType="JAVA" bpmnAble="false" formTarget="" functionCategory="" library="false" linkHelp="" multilayer="false" resourceType="JAVA" ruleDescription="HelloWorld" ruleName="HelloWorld" ruleSecurity="{&quot;post&quot;:&quot;Public&quot;,&quot;get&quot;:&quot;Public&quot;,&quot;execute&quot;:&quot;Public&quot;,&quot;delete&quot;:&quot;Public&quot;,&quot;put&quot;:&quot;Public&quot;}" ruleSynchronous="false" ruleTimeout="300" ruleType="I" showAsFunction="false" soap="false" swagger="false">
2
+ <metadata scale="1" scrollx="565.2" scrolly="-123.90000000000003" target="Anb:u5+^,0vLkL9QIqn5"/>
3
+ <block asynccall="false" colour="#995ba5" datasourcetype="" id="Anb:u5+^,0vLkL9QIqn5" origintype="procedures_defreturn" output="false" rest-consumes="*/*" rest-method="GET" rest-path="/api/v1/HelloWorld" rest-security="{&quot;post&quot;:&quot;None&quot;,&quot;get&quot;:&quot;Public&quot;,&quot;execute&quot;:&quot;None&quot;,&quot;delete&quot;:&quot;None&quot;,&quot;put&quot;:&quot;None&quot;}" tooltip="Cria uma função que possui um valor de retorno." type="procedures_defreturn" x="-457" y="188">
4
+ <field customattributes="" name="NAME">Executar</field>
5
+ <comment h="80" pinned="false" w="160">HelloWorld</comment>
6
+ <value name="RETURN">
7
+ <block asynccall="false" colour="#5ba593" datasourcetype="" dependencyby="Anb:u5+^,0vLkL9QIqn5" id="uqb8$C0t(S2DTUCwy1cp" origintype="text" output="true" tooltip="function () { [native code] }" type="text">
8
+ <field customattributes="" name="TEXT">Hello, World!</field>
9
+ </block>
10
+ </value>
11
+ </block>
12
+ </blockly>
@@ -0,0 +1,38 @@
1
+ package blockly;
2
+
3
+ import cronapi.*;
4
+ import cronapi.rest.security.CronappSecurity;
5
+ import java.util.concurrent.Callable;
6
+ import org.springframework.web.bind.annotation.*;
7
+
8
+
9
+
10
+ @RestController
11
+ @CronapiMetaData(type = "blockly")
12
+ @CronappSecurity(post = "Public", get = "Public", execute = "Public", delete = "Public", put = "Public")
13
+ public class HelloWorld {
14
+
15
+ public static final int TIMEOUT = 300;
16
+
17
+ /**
18
+ *
19
+ * HelloWorld
20
+ *
21
+ * @author Root
22
+ * @since 03/04/2023, 08:32:40
23
+ *
24
+ */
25
+ @RequestMapping(path = "/api/v1/HelloWorld", method = RequestMethod.GET, consumes = "*/*")
26
+ @CronappSecurity(post = "None", get = "Public", execute = "None", delete = "None", put = "None")
27
+ public static Var Executar() throws Exception {
28
+ return new Callable<Var>() {
29
+
30
+ public Var call() throws Exception {
31
+ return
32
+ Var.valueOf("Hello, World!");
33
+ }
34
+ }.call();
35
+ }
36
+
37
+ }
38
+
@@ -0,0 +1 @@
1
+ {"blockMaps":[{"line":30,"blockId":"Anb:u5+^,0vLkL9QIqn5"},{"line":30,"blockId":"uqb8$C0t(S2DTUCwy1cp"}],"localsMap":{}}
@@ -0,0 +1,78 @@
1
+ icon=project.svg
2
+ name=Business Service
3
+ description=Business Service Description
4
+ encoding=UTF-8
5
+ template=low-code
6
+ mimetype.src=folder/regular
7
+ mimetype.src.main.java=folder/src
8
+ mimetype.src.main.resources=folder/src
9
+ mimetype.src.test.java=folder/src
10
+ mimetype.config=folder/servercontext
11
+ planTypes=techne,cronapp
12
+ template.id=business-service
13
+
14
+ parameter.hidden.frontend=false
15
+ parameter.hidden.backend=true
16
+
17
+ bower.required=cronapp-common-js;cronapp-lib-js
18
+ maven.required=olingo-odata2-jpa-processor-core;cronapp-compile-plugin
19
+
20
+ maven.parent.artifactId=spring-boot-starter-parent
21
+ maven.parent.groupId=org.springframework.boot
22
+ maven.parent.version=2.0.1.RELEASE
23
+
24
+ maven.dependencies.resolve=true
25
+
26
+ maven.dependecies.new.dependency.1.name=spring-boot-starter
27
+ maven.dependecies.new.dependency.1.groupId=org.springframework.boot
28
+ maven.dependecies.new.dependency.1.artifactId=spring-boot-starter
29
+ maven.dependecies.new.dependency.1.version=2.0.1.RELEASE
30
+
31
+ maven.dependecies.new.dependency.2.name=spring-boot-starter-test
32
+ maven.dependecies.new.dependency.2.groupId=org.springframework.boot
33
+ maven.dependecies.new.dependency.2.artifactId=spring-boot-starter-test
34
+ maven.dependecies.new.dependency.2.version=2.0.1.RELEASE
35
+
36
+ maven.dependecies.new.dependency.3.name=spring-boot-starter-data-jpa
37
+ maven.dependecies.new.dependency.3.groupId=org.springframework.boot
38
+ maven.dependecies.new.dependency.3.artifactId=spring-boot-starter-data-jpa
39
+ maven.dependecies.new.dependency.3.version=2.0.1.RELEASE
40
+
41
+ maven.dependecies.new.dependency.4.name=spring-boot-starter-web
42
+ maven.dependecies.new.dependency.4.groupId=org.springframework.boot
43
+ maven.dependecies.new.dependency.4.artifactId=spring-boot-starter-web
44
+ maven.dependecies.new.dependency.4.version=2.0.1.RELEASE
45
+
46
+ maven.dependecies.new.dependency.6.name=spring-boot-starter-tomcat
47
+ maven.dependecies.new.dependency.6.groupId=org.springframework.boot
48
+ maven.dependecies.new.dependency.6.artifactId=spring-boot-starter-tomcat
49
+ maven.dependecies.new.dependency.6.scope=provided
50
+ maven.dependecies.new.dependency.6.version=2.0.1.RELEASE
51
+
52
+ maven.dependecies.new.dependency.7.name=com.h2database
53
+ maven.dependecies.new.dependency.7.groupId=com.h2database
54
+ maven.dependecies.new.dependency.7.artifactId=h2
55
+ maven.dependecies.new.dependency.7.version=1.4.197
56
+
57
+ maven.dependecies.new.dependency.8.name=eclipselink
58
+ maven.dependecies.new.dependency.8.groupId=org.eclipse.persistence
59
+ maven.dependecies.new.dependency.8.artifactId=eclipselink
60
+ maven.dependecies.new.dependency.8.version=2.5.2
61
+
62
+ maven.dependecies.new.dependency.9.name=mysql-connector-java
63
+ maven.dependecies.new.dependency.9.groupId=mysql
64
+ maven.dependecies.new.dependency.9.artifactId=mysql-connector-java
65
+ maven.dependecies.new.dependency.9.version=5.1.39
66
+ maven.dependecies.new.dependency.9.scope=runtime
67
+
68
+ maven.dependecies.new.dependency.10.name=spring-boot-starter-security
69
+ maven.dependecies.new.dependency.10.groupId=org.springframework.boot
70
+ maven.dependecies.new.dependency.10.artifactId=spring-boot-starter-security
71
+ maven.dependecies.new.dependency.10.version=1.3.5.RELEASE
72
+ maven.dependecies.new.dependency.10.scope=provided
73
+
74
+ features=eclipselink|jpa|maven|springboot
75
+ authenticationTypes=Nenhuma|Token|ldap|SSO|Saml
76
+
77
+ parameter.page.1.string.0.appid=${generateAppId}
78
+ parameter.page.1.list.1.authentication=Token|SSO|Saml|Nenhuma
@@ -0,0 +1,5 @@
1
+ name=Business Service
2
+ description=A modular and independent component to support the overall business goals of an organization
3
+ parameter.page.1.string.0.appid=Application Id
4
+ parameter.page.1.list.1.authentication=Authentication Type|Normal: In this case it will be created: \n- Data structure where users, passwords, permissions will be stored \n- Login page to enter user name and password (by default, admin/admin) \n- New user registration page \n- Token: In this case it will be created: \n- Data structure where users, passwords, permissions will be stored \n- Login page to enter user name and password (by default, admin / admin) \n- Registration page Of new users \n- Do not use server session for user \n\nSSO: In this case the user will be redirected to an external Single Sign-On provider\n\nNone: In this case the application can be accessed without informing any authentication
5
+ parameter.page.2.list.0.selectdatabase=Select the database|Available only when the "Include Backend" option is selected. \n\nIn the "Use temporary disk (H2) database" option: \nYou will have a database created automatically within your project. \n\nIn the "Create or use existing database in the CronApp cloud": \nYou can add/select a database in the CronApp cloud. \n\nIn the "Use another existing database" option: \nYou can enter data from a database Already exists.
@@ -0,0 +1,4 @@
1
+ name=Serviço de negócio
2
+ description=Um componente modular e independente que suporta os objetivos gerais de negócios de uma organização
3
+ parameter.page.1.string.0.appid=Id da Aplicação
4
+ parameter.page.1.list.1.authentication=Tipo de Autenticação|Normal: Nesse caso será criado:\n- Estrutura de dados onde serão armazenados usuários, senhas, permissões\n- Página de Login para entrar com usuário e senha (por padrão, admin/admin)\n- Página para cadastro de novos usuários\n\nToken: Nesse caso será criado:\n- Estrutura de dados onde serão armazenados usuários, senhas, permissões\n- Página de Login para entrar com usuário e senha (por padrão, admin/admin)\n- Página para cadastro de novos usuários\n- Não utliza sessão do servidor para o usuário\n\nSSO: Nesse caso o usuário será redirecionado para um provedor externo de Single Sign-On\n\nNenhuma: Nesse caso a aplicação poderá ser acessada sem informar nenhuma autenticação
@@ -0,0 +1,4 @@
1
+ name=s
2
+ description=Microservices
3
+ encoding=UTF-8
4
+ icon=microservices.png
Binary file
@@ -1,6 +1,8 @@
1
1
  <#if ((backend?lower_case) == "true" && (frontend?lower_case) == "true") || (backend?lower_case) == "true" >
2
2
  path=/config
3
+ <#if !isServiceProject!false >
3
4
  path=/diagram
5
+ </#if>
4
6
  path=/src
5
7
  path=/docs
6
8
  path=/templates
@@ -19,4 +21,7 @@ file=pom.xml.ftl
19
21
  file=project.png
20
22
  file=README.md
21
23
  file=spring-boot.png
22
- </#if>
24
+ </#if>
25
+ file=.dockerignore
26
+ file=Dockerfile
27
+ file=Jenkinsfile
@@ -1,5 +1,7 @@
1
1
  file=app.config.ftl
2
2
  <#if (backend?lower_case) == "true">
3
3
  path=/test
4
+ <#if !isServiceProject!false>
4
5
  file=context.xml.ftl
6
+ </#if>
5
7
  </#if>
@@ -11,6 +11,15 @@
11
11
  "token": "${tokenb64}",
12
12
  "tokenExpiration": 3600
13
13
  },
14
+ <#if isServiceProject!false>
15
+ "openApi": {
16
+ "exposeEndpoints": true,
17
+ "exposeDataSources": false,
18
+ "exposeEntities": false,
19
+ "exposeBlocklys": true,
20
+ "exposeAuth": false
21
+ },
22
+ </#if>
14
23
  "auth": {
15
24
  "type": "${authentication}"
16
25
  }
@@ -1,6 +1,6 @@
1
1
  <#-- Verificar se existem parametros -->
2
2
  <#if (authentication??) >
3
- <#if (authentication?lower_case) != "nenhuma">
3
+ <#if ((authentication?lower_case) != "nenhuma")>
4
4
  file=app.umlcd
5
5
  <#else>
6
6
  file=app.umlcd.ftl
@@ -205,7 +205,9 @@
205
205
  <project.cronospass.resource mimetype="folder/src">src/main/java</project.cronospass.resource>
206
206
  <project.cronospass.resource mimetype="folder/src">src/main/resources</project.cronospass.resource>
207
207
  </#if>
208
+ <#if !isServiceProject!false>
208
209
  <project.cronospass.resource mimetype="folder/web">src/main/mobileapp/www</project.cronospass.resource>
209
210
  <project.cronospass.resource mimetype="folder/web">src/main/webapp</project.cronospass.resource>
211
+ </#if>
210
212
  </properties>
211
213
  </project>
@@ -1,9 +1,9 @@
1
1
  <#-- Verificar se existem parametros -->
2
2
  <#if (authentication?? && backend?? && frontend??) >
3
- <#if (authentication?lower_case) != "nenhuma" && (frontend?lower_case) == "true" && (backend?lower_case) == "true" >
3
+ <#if ((authentication?lower_case) != "nenhuma" && (frontend?lower_case) == "true" && (backend?lower_case) == "true") && !isServiceProject!false >
4
4
  path.content=/webapp-autenticacao
5
5
  </#if>
6
- <#if ((authentication?lower_case) == "nenhuma" && (frontend?lower_case) == "true") || ((backend?lower_case) == "false" && (frontend?lower_case) == "true")>
6
+ <#if (((authentication?lower_case) == "nenhuma" && (frontend?lower_case) == "true") || ((backend?lower_case) == "false" && (frontend?lower_case) == "true")) && !isServiceProject!false>
7
7
  path.content=/webapp-sem-autenticacao
8
8
  </#if>
9
9
  <#if (backend?lower_case) == "true" >
@@ -1,6 +1,6 @@
1
- <#if (frontend?lower_case) == "true" && (backend?lower_case) == "false" >
1
+ <#if ((frontend?lower_case) == "true" && (backend?lower_case) == "false") && !isServiceProject!false >
2
2
  file=components.json
3
- <#else>
3
+ <#elseif !isServiceProject!false>
4
4
  file=components.json
5
5
  file=persistence.xml.ftl
6
6
  path=/datasources
@@ -330,7 +330,7 @@
330
330
  }
331
331
  </#noparse>
332
332
  <#if (authentication??) >
333
- <#if (authentication?lower_case) != "nenhuma">
333
+ <#if ((authentication?lower_case) != "nenhuma") || isServiceProject!false>
334
334
  ,
335
335
  <#noparse>
336
336
  "userSecurables": {
@@ -2,7 +2,7 @@ file=auditlogcleanup.datasource.json
2
2
  file=auditlogquery.datasource.json
3
3
  file=device.datasource.json
4
4
  <#if (authentication??) >
5
- <#if (authentication?lower_case) != "nenhuma">
5
+ <#if ((authentication?lower_case) != "nenhuma") && !isServiceProject!false>
6
6
  file=appUserManager.datasource.json
7
7
  file=auth.datasource.json
8
8
  <#if mutual?? && mutual?lower_case == "sim">
@@ -6,7 +6,7 @@
6
6
  <class>app.entity.AuditLog</class>
7
7
  <class>app.entity.Device</class>
8
8
  <#if (authentication??) >
9
- <#if (authentication?lower_case) != "nenhuma">
9
+ <#if ((authentication?lower_case) != "nenhuma") && !isServiceProject!false>
10
10
  <class>app.entity.RoleSecurable</class>
11
11
  <class>app.entity.Securable</class>
12
12
  <class>app.entity.UserSecurable</class>
@@ -15,20 +15,21 @@ import cronapp.framework.boot.CronappInitializer;
15
15
  @SpringBootApplication
16
16
  @ComponentScan(basePackages = {
17
17
  <#if social?? && social?lower_case == "sim">"cronapp.framework.authentication.social",</#if>
18
- <#if (authentication??)>"cronapp.framework.authentication.${authentication?lower_case}",</#if>
18
+ <#if (authentication??) && !isServiceProject!false>"cronapp.framework.authentication.${authentication?lower_case}",</#if>
19
+ <#if isServiceProject!false>"cronapp.framework.authentication.token",</#if>
19
20
  "cronapp.framework.authentication.security",
20
21
  "cronapp.framework.rest",
21
22
  <#if mutual?? && mutual?lower_case == "sim" && (enterprise)!false>
22
23
  "cronapp.framework.authentication.mutual",
23
24
  </#if>
24
- "cronapp.framework.scheduler",
25
+ "cronapp.framework.scheduler",
25
26
  "auth.permission",
26
27
  "api.rest.events",
27
28
  "api.rest.webservices",
28
29
  "reports",
29
30
  "cronapi",
30
31
  "blockly",
31
- "app"
32
+ "app"
32
33
  })
33
34
  @EnableAutoConfiguration(exclude = { DataSourceAutoConfiguration.class, HibernateJpaAutoConfiguration.class })
34
35
  public class SpringBootMain extends CronappInitializer {
@@ -1,26 +1,30 @@
1
1
  <#-- Verificar se existem parametros -->
2
2
  <#if (backend?? && frontend??)>
3
- <#if ((backend?lower_case) == "true" && (frontend?lower_case) == "true") || (backend?lower_case) == "true">
3
+ <#if ((backend?lower_case) == "true" && (frontend?lower_case) == "true") || (backend?lower_case) == "true">
4
+ <#if !isServiceProject!false>
4
5
  path=/app
6
+ </#if>
5
7
  path=/i18n
6
8
  path=/META-INF
7
9
  path=/blockly
8
10
  file=SpringBootMain.java.ftl
9
- <#if social?? && social?lower_case == "sim">
11
+ <#if social?? && social?lower_case == "sim">
10
12
  file=social.properties
11
- </#if>
12
- </#if>
13
- <#if (backend?lower_case) == "false" && (frontend?lower_case) == "true">
13
+ </#if>
14
+ </#if>
15
+ <#if (backend?lower_case) == "false" && (frontend?lower_case) == "true">
14
16
  path=/META-INF
15
- </#if>
17
+ </#if>
16
18
  <#-- Caso contrario copiar tudo -->
17
19
  <#else>
20
+ <#if !isServiceProject!false>
18
21
  path=/app
22
+ </#if>
19
23
  path=/i18n
20
24
  path=/META-INF
21
25
  path=/blockly
22
26
  file=SpringBootMain.java.ftl
23
- <#if social?? && social?lower_case == "sim">
27
+ <#if social?? && social?lower_case == "sim">
24
28
  file=social.properties
25
- </#if>
29
+ </#if>
26
30
  </#if>
@@ -38,7 +38,7 @@ public class AppConfiguration {
38
38
  return new JpaTransactionManager(entityManagerFactory().getObject());
39
39
  }
40
40
 
41
- <#if (!authentication??) || (authentication?lower_case) == "normal" || (authentication?lower_case) == "token" || (authentication?lower_case) == "sso" || authentication?lower_case == "saml" >
41
+ <#if ((!authentication??) || (authentication?lower_case) == "normal" || (authentication?lower_case) == "token" || (authentication?lower_case) == "sso" || authentication?lower_case == "saml") && !isServiceProject!false >
42
42
  @Bean
43
43
  public Jackson2RepositoryPopulatorFactoryBean repositoryPopulator() {
44
44
  Jackson2RepositoryPopulatorFactoryBean factory = new Jackson2RepositoryPopulatorFactoryBean();
@@ -1,6 +1,6 @@
1
1
  <#-- Verificar se existem parametros -->
2
2
  <#if (authentication??) >
3
- <#if (authentication?lower_case) == "nenhuma">
3
+ <#if ((authentication?lower_case) == "nenhuma") && !isServiceProject!false>
4
4
  file=AppConfiguration.java.ftl
5
5
  path=/entity
6
6
  path=/dao
@@ -1,6 +1,6 @@
1
1
  <#-- Verificar se existem parametros -->
2
2
  <#if (authentication??) >
3
- <#if (authentication?lower_case) == "nenhuma">
3
+ <#if ((authentication?lower_case) == "nenhuma") || isServiceProject!false>
4
4
  file=AuditLogDAO.java
5
5
  file=DeviceDAO.java
6
6
  <#else>
@@ -1,6 +1,6 @@
1
1
  <#-- Verificar se existem parametros -->
2
2
  <#if (authentication??) >
3
- <#if (authentication?lower_case) == "nenhuma">
3
+ <#if ((authentication?lower_case) == "nenhuma") || isServiceProject!false>
4
4
  file=AuditLog.java
5
5
  file=Device.java
6
6
  <#else>
@@ -11,6 +11,7 @@
11
11
  "id": "${appguid}",
12
12
  "name": "${appid}"
13
13
  },
14
+ <#if !isServiceProject!false>
14
15
  {
15
16
  "_class": "app.entity.User",
16
17
  "id": "${administratorUser}",
@@ -57,6 +58,7 @@
57
58
  },
58
59
  "builtIn": true
59
60
  },
61
+ </#if>
60
62
  {
61
63
  "id": "${publicSecurable}",
62
64
  "name": "Public",
@@ -78,6 +80,7 @@
78
80
  "name": "Administrators",
79
81
  "_class": "app.entity.Securable"
80
82
  },
83
+ <#if !isServiceProject!false>
81
84
  {
82
85
  "_class": "app.entity.RoleSecurable",
83
86
  "id": "${statics["java.util.UUID"].randomUUID()}",
@@ -973,4 +976,5 @@
973
976
  },
974
977
  "_class": "app.entity.View"
975
978
  }
979
+ </#if>
976
980
  ]
@@ -0,0 +1,10 @@
1
+ <#if !isServiceProject!false >
2
+ file=RoleManager.blockly
3
+ file=RoleManager.java
4
+ file=UserControl.blockly
5
+ file=UserControl.java
6
+ file=UserManager.blockly
7
+ file=UserManager.java
8
+ file=Application.blockly
9
+ file=Application.java
10
+ </#if>
@@ -0,0 +1,4 @@
1
+ <#if !isServiceProject!false >
2
+ path.content=/templates
3
+ </#if>
4
+ file=application.properties.ftl
@@ -24,4 +24,5 @@ security.oauth2.saml.storePass=storePass
24
24
  security.oauth2.saml.maxAuthenticationAge=7200
25
25
  security.oauth2.saml.forceAuthN=false
26
26
  security.oauth2.sso.login-path=/login
27
- spring.output.ansi.enabled=ALWAYS
27
+ spring.output.ansi.enabled=ALWAYS
28
+ cronapp.security.authentication=${(!isServiceProject!false)?string}
@@ -42,7 +42,7 @@
42
42
  </div>
43
43
  </div>
44
44
 
45
- <div class="component-holder ng-binding ng-scope col-md-12" data-component="crn-button">
45
+ <div class="component-holder ng-binding ng-scope col-xs-12 col-md-12" data-component="crn-button">
46
46
  <div class="messages">
47
47
  <div ng-show="message.error" class="help-block ng-binding ng-hide" data-container="true"> </div>
48
48
  </div>
@@ -85,12 +85,14 @@ themeDescription.Aquamarine=O tema Aquamarine utiliza o padrão de HTML e CSS do
85
85
  themeDescription.Fuse=O tema Fuse utiliza o padrão de HTML e CSS do Bootstrap 🆕
86
86
  themeDescription.DsGov=O tema DsGov utiliza o padrão de HTML e CSS do Gov.br 🆕
87
87
  themeDescription.Material=O tema Material utiliza o padrão de HTML e CSS do Bootstrap com suporte à acessibilidade ♿
88
+ themeDescription.Material-Round=Material Round theme uses standard HTML and CSS Bootstrap
88
89
  themeDescription.Cerulean=O tema Cerulean utiliza o padrão de HTML e CSS do Bootstrap
89
90
  themeDescription.Cosmo=O tema Cosmo utiliza o padrão de HTML e CSS do Bootstrap
90
91
  themeDescription.Cyborg=O tema Cyborg utiliza o padrão de HTML e CSS do Bootstrap
91
92
  themeDescription.Darkly=O tema Darkly utiliza o padrão de HTML e CSS do Bootstrap
92
93
  themeDescription.Flatly=O tema Flatly utiliza o padrão de HTML e CSS do Bootstrap
93
94
  themeDescription.Journal=O tema Journal utiliza o padrão de HTML e CSS do Bootstrap
95
+ themeDescription.Krypton=O tema Krypton utiliza o padrão de HTML e CSS do Bootstrap
94
96
  themeDescription.Lumen=O tema Lumen utiliza o padrão de HTML e CSS do Bootstrap
95
97
  themeDescription.Paper=O tema Paper utiliza o padrão de HTML e CSS do Bootstrap
96
98
  themeDescription.Readable=O tema Readable utiliza o padrão de HTML e CSS do Bootstrap
@@ -13,12 +13,14 @@ themeDescription.Aquamarine=Aquamarine theme uses standard HTML and CSS Bootstra
13
13
  themeDescription.Fuse=Fuse theme uses standard HTML and CSS Bootstrap 🆕
14
14
  themeDescription.DsGov=DsGov theme uses standard HTML and CSS of Brazilian Gov.br 🆕
15
15
  themeDescription.Material=Material theme uses standard HTML and CSS Bootstrap with accessibility support ♿
16
+ themeDescription.Material-Round=Material Round theme uses standard HTML and CSS Bootstrap
16
17
  themeDescription.Cerulean=Cerulean theme uses standard HTML and CSS Bootstrap
17
18
  themeDescription.Cosmo=Cosmo theme uses standard HTML and CSS Bootstrap
18
19
  themeDescription.Cyborg=Cyborg theme uses standard HTML and CSS Bootstrap
19
20
  themeDescription.Darkly=The Darkly theme uses standard HTML and CSS Bootstrap
20
21
  themeDescription.Flatly=The Flatly theme uses standard HTML and CSS Bootstrap
21
22
  themeDescription.Journal=The Journal theme uses standard HTML and CSS Bootstrap
23
+ themeDescription.Krypton=The Krypton theme uses standard HTML and CSS Bootstrap
22
24
  themeDescription.Lumen=The Lumen theme uses standard HTML and CSS Bootstrap
23
25
  themeDescription.Paper=The Paper theme uses standard HTML and CSS Bootstrap
24
26
  themeDescription.Readable=Readable The theme uses standard HTML and CSS Bootstrap
@@ -13,12 +13,14 @@ themeDescription.Aquamarine=O tema Aquamarine utiliza o padrão de HTML e CSS do
13
13
  themeDescription.Fuse=O tema Fuse utiliza o padrão de HTML e CSS do Bootstrap 🆕
14
14
  themeDescription.DsGov=O tema DsGov utiliza o padrão de HTML e CSS do Gov.br 🆕
15
15
  themeDescription.Material=O tema Material utiliza o padrão de HTML e CSS do Bootstrap com suporte à acessibilidade ♿
16
+ themeDescription.Material-Round=O tema Material Round utiliza o padrão HTML e CSS do Bootstrap
16
17
  themeDescription.Cerulean=O tema Cerulean utiliza o padrão de HTML e CSS do Bootstrap
17
18
  themeDescription.Cosmo=O tema Cosmo utiliza o padrão de HTML e CSS do Bootstrap
18
19
  themeDescription.Cyborg=O tema Cyborg utiliza o padrão de HTML e CSS do Bootstrap
19
20
  themeDescription.Darkly=O tema Darkly utiliza o padrão de HTML e CSS do Bootstrap
20
21
  themeDescription.Flatly=O tema Flatly utiliza o padrão de HTML e CSS do Bootstrap
21
22
  themeDescription.Journal=O tema Journal utiliza o padrão de HTML e CSS do Bootstrap
23
+ themeDescription.Krypton=O tema Krypton utiliza o padrão de HTML e CSS do Bootstrap
22
24
  themeDescription.Lumen=O tema Lumen utiliza o padrão de HTML e CSS do Bootstrap
23
25
  themeDescription.Paper=O tema Paper utiliza o padrão de HTML e CSS do Bootstrap
24
26
  themeDescription.Readable=O tema Readable utiliza o padrão de HTML e CSS do Bootstrap
File without changes