albert's blog
Showing posts with label
Spring
.
Show all posts
Showing posts with label
Spring
.
Show all posts
2021/01/08
[Spring Boot] Cannot insert data in h2 database
›
Environment JDK: 1.8 Spring Boot: 2.4.1 Database: H2 yaml configuration spring: datasource: url: jdbc:h2:file:./database/test;DB_CLO...
2021/01/01
[Spring] [Swagger] How to apply Basic Authentication in swagger?
›
Configuration Steps 1. added dependency in pom.xml <dependency> <groupId> org.springframework.boot </groupId...
2020/12/01
[Java] [JUnit] [SpringBoot] How to assign active profile in unit test?
›
Requirement If I have multiple profiles in Spring Boot project, how to assign specific profile in my unit test program? How-To Added @Activ...
2020/11/10
[Java] [Spring] How to configure Spring profile?
›
Problem I am using jsoup to download excel file from google drive via Java. I need to connect to google drive via http proxy in office, and ...
2020/11/09
[Java] [IntelliJ] How to set Spring profile in IntelliJ
›
Requirement Assume I have two Spring profile, default and office, how to set office profile in IntelliJ? How-To Step 1. Run ➡️ Edit Configur...
2020/03/09
[Java] [Spring] [JDBC] [Oracle] How to call stored procedure - example 2
›
Assume I have a stored procedure as bellows: create or replace PACKAGE PACKAGE1 AS PROCEDURE TEST_EMPLOYEE ( I_GENDER ...
›
Home
View web version