- spring-boot-data-H2-embedded VS NodeJs-Cucumber-Selenium
- spring-boot-data-H2-embedded VS spring-data-r2dbc
- spring-boot-data-H2-embedded VS Spring-Framework-Tutorial
- spring-boot-data-H2-embedded VS spring-petclinic-rest
- spring-boot-data-H2-embedded VS daobab-100plus-examples
- spring-boot-data-H2-embedded VS academicnet
- spring-boot-data-H2-embedded VS lambdatest-sample-repo
- spring-boot-data-H2-embedded VS quickperf
spring-boot-data-H2-embedded Alternatives
Similar projects and alternatives to spring-boot-data-H2-embedded
-
NodeJs-Cucumber-Selenium
Run test automation on cloud with Cucumber.js and LambdaTest. This is a sample repo to help you execute Cucumber.js framework based test scripts in parallel with LambdaTest automation testing cloud
-
spring-data-r2dbc
Provide support to increase developer productivity in Java when using Reactive Relational Database Connectivity. Uses familiar Spring concepts such as a DatabaseClient for core API usage and lightweight repository style data access.
-
Sonar
Write Clean Java Code. Always.. Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
Spring-Framework-Tutorial
Code examples for Spring 5.x Tutorial
-
spring-petclinic-rest
REST version of the Spring Petclinic sample application
-
academicnet
Tutorial completo de uma aplicação com Spring Boot, JSF Primefaces, MySQL, Lombok, Docker e Docker-compose.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
quickperf
QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties
spring-boot-data-H2-embedded reviews and mentions
-
How To Use Shared Libraries In A Jenkins Pipeline?
pipeline { agent any tools { maven 'Maven 3.5.0' jdk 'jdk8' } stages { stage("Tools initialization") { steps { sh "mvn --version" sh "java -version" } } stage("Checkout Code") { steps { git branch: 'master', url: "https://github.com/iamvickyav/spring-boot-data-H2-embedded.git" } } stage("Cleaning workspace") { steps { sh "mvn clean" } } stage("Running Testcase") { steps { sh "mvn test" } } stage("Packing Application") { steps { sh "mvn package -DskipTests" } } }
Stats
iamvickyav/spring-boot-data-H2-embedded is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.