Skip to content

Instantly share code, notes, and snippets.

View tzengshinfu's full-sized avatar

tzengshinfu tzengshinfu

View GitHub Profile
package com.*******.apiserver.webapi.config;
import java.util.Arrays;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
spring.application.name=*******
server.port=5022
server.forward-headers-strategy=FRAMEWORK
spring.security.user.name=*******
spring.security.user.password=*******
spring.security.user.roles=administrator
springdoc.swagger-ui.tagsSorter: alpha
springdoc.writer-with-order-by-keys: true
spring.autoconfigure.exclude[0]=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
powerjob.worker.app-name=*******
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.*******.apiserver</groupId>
<artifactId>webapi</artifactId>
<version>1.0.0</version>
<parent>
<groupId>com.*******.apiserver</groupId>
This file has been truncated, but you can view the full file.
|timestmp |formatted_message