Skip to content

Commit

Permalink
AUTH-33
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Jan 17, 2023
1 parent 3784b0d commit 333862c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/java/org/appng/application/authentication/BeanConfig.java
@@ -0,0 +1,12 @@
package org.appng.application.authentication;

import org.springframework.context.annotation.Configuration;
import org.springframework.http.converter.ByteArrayHttpMessageConverter;

@Configuration
public class BeanConfig {

public ByteArrayHttpMessageConverter byteArrayHttpMessageConverter() {
return new ByteArrayHttpMessageConverter();
}
}

0 comments on commit 333862c

Please sign in to comment.