Customizing Git - Git Configuration
Setup your credentials
git config --global user.name "Firstname Lastname"
git config --global user.email "your.email@example.org"
import java.math.BigDecimal; | |
import java.util.function.Consumer; | |
import java.util.function.DoubleSupplier; | |
import java.util.stream.DoubleStream; | |
public class TestDouble { | |
private static double doubleTotal = 0; | |
private static double kahanDoubleTotal = 0; |
{ | |
"exp": 1621497315, | |
"iat": 1621497015, | |
"jti": "b390e0bc-292f-423d-9eb9-8eeced0b5272", | |
"iss": "http://localhost:8080/auth/realms/Demo-Realm", | |
"aud": "account", | |
"sub": "aefc221c-1402-41b4-8fb0-4be2eaa003f2", | |
"typ": "Bearer", | |
"azp": "springboot-microservice", | |
"session_state": "93bf159e-c617-4436-9891-a0f0333e37d9", |
{ | |
"aud": [ | |
"server" | |
], | |
"iat": 1621503452, | |
"auth_time": 1621503452, | |
"exp": 1621539452, | |
"iss": "http://localhost:8080/auth/realms/Demo-Realm", | |
"sub": "user", | |
"scope": "openid", |
{ | |
"info": { | |
"_postman_id": "55e9873b-b947-49c8-9fca-a98a8ac41587", | |
"name": "keycloak", | |
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" | |
}, | |
"item": [ | |
{ | |
"name": "token-employee1", | |
"request": { |
{ | |
"id": "Demo-Realm", | |
"realm": "Demo-Realm", | |
"notBefore": 0, | |
"revokeRefreshToken": false, | |
"refreshTokenMaxReuse": 0, | |
"accessTokenLifespan": 300, | |
"accessTokenLifespanForImplicitFlow": 900, | |
"ssoSessionIdleTimeout": 1800, | |
"ssoSessionMaxLifespan": 36000, |
class StoredProcedureService | |
def self.instance | |
@instance ||= StoredProcedureService.new | |
end | |
def execute(name, *args) | |
results = [] | |
begin | |
connection.execute("CALL #{name}(#{args.join(',')})").each(as: :hash, symbolize_keys: true) do |row| |
git config --global user.name "Firstname Lastname"
git config --global user.email "your.email@example.org"
➜ kafka-producer-consumer-basics git:(master) ✗ mvn clean test | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------< com.codeaches:kafka-producer-consumer-basics >------------ | |
[INFO] Building kafka-producer-consumer-basics 0.0.1-SNAPSHOT | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ kafka-producer-consumer-basics --- | |
[INFO] Deleting /Users/serguei/projects/java/kafka-producer-consumer-basics/target | |
[INFO] |
➜ spring-dynamodb-integration git:(master) mvn clean test | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ---< com.nibado.example.spring-testcontainers:spring-testcontainers >--- | |
[INFO] Building spring-testcontainers 1.0-SNAPSHOT | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ spring-testcontainers --- | |
[INFO] Deleting /Users/serguei/projects/java/spring-dynamodb-integration/target | |
[INFO] |
This process worked for me. I take no responsibility for any damage or loss incurred as a result of following or not following these steps or, for that matter, anything else you might do or not do.
svn.domain.com.au
.http
(other protocols should work).git.domain.com.au
and: