Spring: mudanças entre as edições

De Wiki Clusterlab.com.br
Ir para navegação Ir para pesquisar
 
(6 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 5: Linha 5:
*https://www.baeldung.com/spring-cloud-netflix-eureka
*https://www.baeldung.com/spring-cloud-netflix-eureka
==BOOT==
==BOOT==
*[https://docs.spring.io/spring-boot/docs/2.1.3.RELEASE/reference/htmlsingle/ Spring Boot Documentation]
*[https://spring.io/projects/spring-boot Spring Boot Documentation]
 
==Data Flow==
==Data Flow==
*[https://dataflow.spring.io/getting-started/ Getting started]
*[https://dataflow.spring.io/getting-started/ Getting started]
Linha 15: Linha 16:
**[https://github.com/spring-cloud/spring-cloud-dataflow Spring Cloud Data Flow ]
**[https://github.com/spring-cloud/spring-cloud-dataflow Spring Cloud Data Flow ]
**[https://github.com/spring-cloud/spring-cloud-dataflow-samples Spring Cloud Data Flow Samples]
**[https://github.com/spring-cloud/spring-cloud-dataflow-samples Spring Cloud Data Flow Samples]
*[https://github.com/spring-cloud-stream-app-starters Spring Cloud Stream App Starters
*[https://github.com/spring-cloud-stream-app-starters Spring Cloud Stream App Starters ]
]
Stream
Stream
*[https://cloud.spring.io/spring-cloud-static/spring-cloud-stream/current/reference/html/ Spring Cloud Stream Reference Documentation]
*[https://www.baeldung.com/spring-cloud-data-flow-stream-processing  Getting Started with Stream Processing with Spring Cloud Data Flow]
*[https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/htmlsingle/ Spring Cloud Data Flow Samples]
*[https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/htmlsingle/ Spring Cloud Data Flow Samples]
*[https://dataflow.spring.io/docs/stream-developer-guides/getting-started/stream/ Getting Started with Stream Processing]
*[https://dataflow.spring.io/docs/stream-developer-guides/getting-started/stream/ Getting Started with Stream Processing]
Linha 62: Linha 64:
delete from TASK_EXECUTION;
delete from TASK_EXECUTION;
</syntaxhighlight>
</syntaxhighlight>
==MAVEN==
RUN
<pre>
spring-boot:run
</pre>
=Template=
*[https://www.thymeleaf.org/documentation.html ThymeLeaf]
=[https://github.com/OpenFeign/feign Feing]=
*[https://medium.com/@darguelles.rojas91/amazing-rest-clients-with-mr-feign-6195d5499a38 Feign: Resilience and scalability for your rest clients]
*[https://www.baeldung.com/intro-to-feign Intro to Feign]
*[https://cloud.spring.io/spring-cloud-netflix/multi/multi_spring-cloud-feign.html Declarative REST Client: Feign]
*[https://www.baeldung.com/spring-cloud-openfeign Introduction to Spring Cloud OpenFeign]
*[https://cloud.spring.io/spring-cloud-static/spring-cloud-openfeign/2.2.3.RELEASE/reference/html/ Spring Cloud OpenFeign]
*[https://www.youtube.com/watch?v=_MMf2SvNqxo Spring Cloud Feign - Declarative REST Client - Youtube]
*[https://github.com/Java-Techie-jt/spring-cloud-feign Spring Cloud Feign - Declarative REST Client - GitHub]


=Cloud=
=Cloud=

Edição atual tal como às 13h43min de 24 de janeiro de 2023

Spring

Eureka

BOOT

Data Flow

Stream

Tasks

Docker

Deploy on Kubernetes

Tasks

JAVA DSL

Tasks

Properties

scheduler.kubernetes.entryPointStyle=<Entry Point Style> exec/shell/boot
scheduler.kubernetes.environmentVariables=JAVA_TOOL_OPTIONS=-Xmx1024m
scheduler.kubernetes.imagePullSecret=mysecret
scheduler.kubernetes.entryPointStyle=exec

SHELL

URLS

Example

dataflow:>app import --uri http://bit.ly/Einstein.GA-stream-applications-kafka-10-maven
dataflow:>stream create --name mysqlstream --definition "http --server.port=8787 | jdbc --tableName=names --columns=name --spring.datasource.driver-class-name=org.mariadb.jdbc.Driver --spring.datasource.url='jdbc:mysql://localhost:3306/test'" --deploy
dataflow:>stream list

SKIPPER

MySql

Clear tasks "running" from queue

delete from TASK_TASK_BATCH;
delete from TASK_EXECUTION_PARAMS;
delete from TASK_EXECUTION;

MAVEN

RUN

spring-boot:run

Template

Feing

Cloud

Azure