File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed 
Location-based-target-authentication/src/main/resources Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,10 @@ jobs:
121121          Environment=LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_SECURITY=DEBUG 
122122          Environment=LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_WEB=DEBUG 
123123          Environment=LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_OAUTH2=DEBUG 
124+           Environment=SPRINGDOC_SWAGGER_UI_PATH=/swagger-ui.html 
125+           Environment=SPRINGDOC_API_DOCS_PATH=/v3/api-docs 
126+           Environment=SPRINGDOC_SWAGGER_UI_ENABLED=true 
127+           Environment=SPRINGDOC_API_DOCS_ENABLED=true 
124128
125129          ExecStart=/usr/lib/jvm/java-17-openjdk-amd64/bin/java \\ 
126130            -Xms512m \\ 
@@ -135,7 +139,11 @@ jobs:
135139            --spring.profiles.active=\${SPRING_PROFILES_ACTIVE} \\ 
136140            --server.port=\${SERVER_PORT} \\ 
137141            --server.address=\${SERVER_ADDRESS} \\ 
138-             --server.ssl.enabled=true \\ 
142+             --server.ssl.enabled=false \\ 
143+             --springdoc.swagger-ui.path=\${SPRINGDOC_SWAGGER_UI_PATH} \\ 
144+             --springdoc.api-docs.path=\${SPRINGDOC_API_DOCS_PATH} \\ 
145+             --springdoc.swagger-ui.enabled=\${SPRINGDOC_SWAGGER_UI_ENABLED} \\ 
146+             --springdoc.api-docs.enabled=\${SPRINGDOC_API_DOCS_ENABLED} \\ 
139147            --logging.level.root=\${LOGGING_LEVEL_ROOT} \\ 
140148            --logging.level.com.swyp=\${LOGGING_LEVEL_COM_SWYP} \\ 
141149            --logging.level.org.springframework.security=\${LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_SECURITY} \\ 
Original file line number Diff line number Diff line change 11#  MySQL
2- spring.datasource.url =jdbc:mysql://175.45.203.57 :3306/SWYP8 
2+ spring.datasource.url =jdbc:mysql://158.180.87.205 :3306/SWYP8 
33spring.datasource.username =root 
44spring.datasource.password =rootroot 
55spring.datasource.driver-class-name =com.mysql.cj.jdbc.Driver 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments