This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <sequence xmlns="http://ws.apache.org/ns/synapse" name="_resource_mismatch_handler_"> | |
| <payloadFactory> | |
| <format> | |
| <tp:fault xmlns:tp="http://test.com"> | |
| <tp:code>404</tp:code> | |
| <tp:type>Status report</tp:type> | |
| <tp:message>Not Found</tp:message> | |
| <tp:description>The requested resource (/$1) is not available.</tp:description> | |
| </tp:fault> | |
| </format> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://localhost:9445/bpmn/repository/process-definitions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GET https://localhost:9445/bpmn/repository/process-definitions | |
| GET https://localhost:9445/bpmn/repository/process-definitions/{ID: banka:5:17560 } | |
| POST https://localhost:9445/bpmn/runtime/process-instances | |
| { | |
| "processDefinitionId":"banka:5:17560", | |
| "businessKey":"null", | |
| "variables": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Node must be installed | |
| # nvm must be installed | |
| nvm install 8.9 | |
| nvm use 8.9 | |
| npm install mapperidea-cli |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| depIata=MAD | |
| a3e376-2c3159 | |
| https://aviation-edge.com/developers/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://api.bcb.gov.br/dados/serie/bcdata.sgs.1/dados/ultimos/1?formato=json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @App:name('ETLStreamAppEnglish') | |
| @App:description('ETL from CSV ') | |
| @source(type = 'file', mode = 'line', tailing = 'false', dir.uri = 'file:/Users/edgar/Documents/DEV/2018/SP/ETL/IN', action.after.process = 'delete', | |
| @map(type = 'csv', header = 'true', | |
| @attributes( | |
| district = '2', | |
| address = '1', | |
| latitude = '7', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @App:name('ETLStreamApp') | |
| @App:description('ETL from CSV ') | |
| @source(type = 'file', mode = 'line', tailing = 'false', dir.uri = 'file:/Users/edgar/Documents/DEV/2018/SP/ETL/IN', action.after.process = 'delete', | |
| @map(type = 'csv', header = 'true', | |
| @attributes(distrito = '2', endereco = '1', latitude = '7', crime = '5', dataHora = '0', codigocrime = '6', longitude = '8'))) | |
| define stream CargaInicialCrimesStream (dataHora string, endereco string, distrito string, crime string, codigocrime string, latitude string, longitude string); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <opcoesApoio> | |
| <opcaoApoio> | |
| <nome>ID_0001</nome> | |
| <titulo><![CDATA[ABC]]></titulo> | |
| <objetivo><![CDATA[Financiamento a investimentos que contribuam para a redução de impactos ambientais causados por atividades agropecuárias.]]></objetivo> | |
| <taxaJurosTotal><![CDATA[7,5% a.a. (taxa final)]]></taxaJurosTotal> | |
| <participacaoMaxima><![CDATA[até 100%]]></participacaoMaxima> | |
| <finalidade><![CDATA[Projetos de Investimentos Agropecuários]]></finalidade > | |
| <prazoMaximo><![CDATA[até 144 meses]]></prazoMaximo> | |
| <simulador>S</simulador> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Resolver o problema do Not Allowed 403 no Console | |
| You can whitelist /carbon in <EI_HOME>/conf/security/Owasp.CsrfGuard.Carbon.properties. Add following to the end of the file, | |
| org.owasp.csrfguard.unprotected.AdminConsole=%servletContext%/carbon/* | |
| Certificates easy: http://keystore-explorer.org/downloads.html |