Skip to content

Instantly share code, notes, and snippets.

View saminitz's full-sized avatar
🚀

Samuel Nitzsche saminitz

🚀
  • Germany
  • 05:22 (UTC +02:00)
View GitHub Profile
@saminitz
saminitz / deploy eureka client to azure.md
Last active February 7, 2024 13:20
Deploy Eureka Client to Azure

Spring Boot

minimalistic application.yml:

spring:
  application:
    name: your-microservice-name
  profiles:
    active: ${SPRING_PROFILE}
@saminitz
saminitz / Private Server Migration.md
Last active November 25, 2023 02:35
Private Server Migration

Setp-by-Setp Migration Guide

Glossar

  • ALT --> Alter Server (Von diesem Server)
  • Neu --> Neuer Server (Zu diesem Server)

IIS Migration

  1. ALT | IIS-Manager --> (Server Name) --> Rechtes Panel --> Serverpaket exportieren --> alles anhacken
  2. ALT | Die neue Serverpacket ZIP Datei kopieren
@saminitz
saminitz / VSCode Extensions and Settings.md
Last active March 20, 2024 10:23
Personal VSCode extensions and settings

by Samuel Nitzsche

General information

These are my personal preferences for extensions and settings. If you don't like some of them, just don't use them and if you just want only specific extensions and settings you can find them below :)

Under some extensions are code blocks. These are suggested settings and have to be copied into the settings.json of VSCode if you would like to use them. Also all extensions are listed with their id.

This can be done by pressing CMD + SHIFT + P and then search for Preferences: Open User Settings (JSON)