🌴
On vacation
Cybersecurity & Full-Stack Developer | Java, Node.js, NestJS, Angular & Flutter | Infra & Cloud
-
Rootcore
- Chapecó
- https://kelverarruda.github.io/
Highlights
- Pro
Pinned Loading
-
Config file Spring Boot in yml format
Config file Spring Boot in yml format 1spring:2# POSTGRES DB CONFIG3datasource:4driver-class-name: org.postgresql.Driver
5username: postgres
-
Config Spring Data PostgreSQL DB
Config Spring Data PostgreSQL DB 1# DATABASE2spring.datasource.url=jdbc:postgresql://localhost:5432/databasename
3spring.datasource.username=postgres
4spring.datasource.password=postgres
5spring.datasource.driver-class-name=org.postgresql.Driver
-
Config Spring Data H2 DB
Config Spring Data H2 DB 1spring.datasource.url=jdbc:h2:mem:testdb2spring.datasource.driverClassName=org.h2.Driver3spring.datasource.username=sa4spring.datasource.password=5 -
Personalize messages Spring Security
Personalize messages Spring Security 1AbstractAccessDecisionManager.accessDenied=Access is denied2AbstractLdapAuthenticationProvider.emptyPassword=Empty Password3AbstractSecurityInterceptor.authenticationNotFound=An Authentication object was not found in the SecurityContext4AbstractUserDetailsAuthenticationProvider.badCredentials=Bad credentials5AbstractUserDetailsAuthenticationProvider.credentialsExpired=User credentials have expired -
How to install docker in Windows
How to install docker in Windows 1------ HOW TO INSTALL DOCKER IN WINDOWS ------
23# DOWNLOAD DOCKER FOR WINDOWS
4https://www.docker.com/products/docker-desktop
5 -
How to install Portainer.io in Docker
How to install Portainer.io in Docker 1# CREATE VOLUME TO SAVE DATA
2docker volume create portainer_data
34# CREATE CONTAINER
5docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:2.11.1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



