Skip to content

Instantly share code, notes, and snippets.

View aureamunoz's full-sized avatar

Aurea Muñoz Hernández aureamunoz

  • Red Hat
  • Madrid
View GitHub Profile
@aureamunoz
aureamunoz / Steps.md
Last active June 14, 2021 14:08
Docker wrong installation Fedora 32

I followed the steps bellow from the official article:

Uninstall old versions/Remove conflicts

 sudo dnf remove docker-*
 sudo dnf config-manager --disable docker-*

Check

@aureamunoz
aureamunoz / spring-on-quarkus.md
Created July 2, 2020 08:25
Spring-on-Quarkus live coding

spring-on-quarkus-demo project

This project uses Quarkus, the Supersonic Subatomic Java Framework. This project has been used to present Quarkus in several conferences and meetups. The slides are available here.

This project is the result of following the Quarkus Spring Web and Quarkus Spring Data JPA guides.

If you want to learn more about Quarkus, please visit its website: https://quarkus.io/ .

@aureamunoz
aureamunoz / getting-started.md
Last active July 2, 2020 08:24
Quarkus getting-started live coding

getting-started project

This project uses Quarkus, the Supersonic Subatomic Java Framework. This project has been used to present Quarkus in Codemotion Madrid 2019. The slides are available [here](Codemotion 2019 Descubriendo Quarkus%2C java sub-atómico en acción.pdf).

This project is the result of following the Quarkus getting started guide.

If you want to learn more about Quarkus, please visit its website: https://quarkus.io/ .

Spring JPA on Quarkus

TODO : Define what is the goal of this demo

Table of contents

How to play locally

@aureamunoz
aureamunoz / MLG-howto.md
Last active September 10, 2024 12:26 — forked from nandosola/MLG-howto.md
Málaga tips (from a local)

Moverse

A y desde el Centro

Alameda Principal y Plaza de la Merced son los puntos más céntricos accesibles por tte. público.

Metro

La Térmica está cerca de la estación de La Luz-La Paz. Para ir al centro, bájate en El Perchel (aka RENFE-María Zambrano) y camina hasta el centro (unos 20 min) o bien pilla el C2 o el 1 en la c/ Salitre y bájate en la parada de Pza. de La Merced.

Spring Projects Productization & Release Process

Authors: Christophe Laprun, Charles Moulliard & Georgios Andrianakis

Reviewed: March, 13 - 2019

Links: Doc describing the whole release process

Table of contents

@aureamunoz
aureamunoz / dekorate-java11-error.md
Created October 24, 2019 10:18
java 11 error on dekorate
amunozhe   jib-feature  ~  git  dekorate  1  java -version
openjdk version "11.0.4" 2019-07-16
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.4+11)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.15.1, JRE 11 Linux amd64-64-Bit Compressed References 20190717_286 (JIT enabled, AOT enabled)
OpenJ9   - 0f66c6431
OMR      - ec782f26
JCL      - fa49279450 based on jdk-11.0.4+11)
1- Cuando creo un cp a partir de un proyecto existente
hal component create fruit-backend-sb
? Runtime spring-boot
? Version 2.1.6.RELEASE
? Expose microservice Yes
? Port 8080
? Use code generator No
❯ Selected local component directory: fruit-backend-sb
? Env variable in the 'name=value' format, simply press enter when finished
❯ Selected Name: fruit-backend-sb
Property Type Description Default Value
volumeName String
diskName String
diskURI String
kind String Managed
cachingMode String ReadWrite
fsType String ext4
readOnly boolean false
Property Type Description Default Value

Scenario steps

  1. Log on to the cluster using the oc client
oc login https://api.cluster-b1c8.b1c8.sandbox941.opentlc.com:6443 -u user1 -p r3dh4t1!  
  1. Create a new namespace