🌴
On vacation
I'm Software Developer proficient in various technologies, including Java (Spring Boot), TypeScript (Node.js), and Dart (Flutter)
-
Rootcore DGS
- Chapecó
-
09:12
(UTC -03:00) - https://kelverarruda.github.io/
- @kelverarruda
Highlights
- Pro
Pinned Loading
-
Config file Spring Boot in yml format
Config file Spring Boot in yml format 1spring:
2# POSTGRES DB CONFIG
3datasource:
4driver-class-name: org.postgresql.Driver
5username: postgres
-
Config Spring Data PostgreSQL DB
Config Spring Data PostgreSQL DB 1# DATABASE
2spring.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:testdb
2spring.datasource.driverClassName=org.h2.Driver
3spring.datasource.username=sa
4spring.datasource.password=
5 -
Personalize messages Spring Security
Personalize messages Spring Security 1AbstractAccessDecisionManager.accessDenied=Access is denied
2AbstractLdapAuthenticationProvider.emptyPassword=Empty Password
3AbstractSecurityInterceptor.authenticationNotFound=An Authentication object was not found in the SecurityContext
4AbstractUserDetailsAuthenticationProvider.badCredentials=Bad credentials
5AbstractUserDetailsAuthenticationProvider.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.